logger
logger copied to clipboard
✔️ Simple, pretty and powerful logger for android
Please try to fill all questions below before submitting an issue. - Android studio version: - Android gradle plugin version: - Logger version: - Emulator/phone information: - If possible, please...
Latest version(2.2.0) uses `com.android.support:support-annotations` dependency, it blocks as to remove jetifier from our project. I checked the source code and seems you already migrated to jetpack version of the library,...
Fix #87.
When I log a json very long, and it has some Chinese words or other multi-bytes UTF-8 charset, logcat will show some charset like '???'. So it fixed it, and...
- Android studio version: 4.2.2 - Android gradle plugin version: 3.5.4 - Logger version: 2.2.0 - Emulator/phone information: Huawei Pad We upload the log files if the user feedback an...

I have check it out that Logger is still running while I set isLoggable() false. Function Utils.toString(object) is called. I think it's not proper. Coz I usually add some logs...
The following warnings appear after importing the com.orhanobut:logger:2.2.0 Your project has set `android.useAndroidX=true`, but configuration `debugRuntimeClasspath` still contains legacy support libraries, which may cause runtime issues. This behavior will not...
Perhaps this is already implemented and can be turned on? Or would I need to write some custom extension? If so, what would I be extending? I'm new to the...
LoggerPrinter will throw java.util.ConcurrentModificationException when LoggerPrinter.log() and LoggerPrinter.addAdapter()/LoggerPrinter.clearLogAdapters() invoke in different thread at the same time。
Please try to fill all questions below before submitting an issue. - Android studio version: Arctic Fox 2020.3.1 - Android gradle plugin version: 7.0.0 - Logger version: 2.2.0 - Emulator/phone...