Android-PLog icon indicating copy to clipboard operation
Android-PLog copied to clipboard

A Pure, Pretty and Powerful logging library for android.

Results 1 Android-PLog issues
Sort by recently updated
recently updated
newest added

When calling `PLog.level(level).tag(tag).msg("The throwable is %s").throwable(throwable).print()` with `DefaultFormatter` configured, it prints out: ``` The throwable is The throwable is %sjava.lang.Throwable:... ``` But the expected result is: ``` The throwable is...