logger icon indicating copy to clipboard operation
logger copied to clipboard

Small, easy to use and extensible logger which prints beautiful logs.

Results 60 logger issues
Sort by recently updated
recently updated
newest added

Would you please support `methodOffset` api like [Logger](https://github.com/orhanobut/logger/blob/master/logger/src/main/java/com/orhanobut/logger/PrettyFormatStrategy.java#L31)

Is it possible to detect filename with JS or add filename to stacktrace manually? I've always got this stack trace ![image](https://user-images.githubusercontent.com/17269309/123224458-1f670d00-d4d2-11eb-859c-6a911a4166bc.png)

VS Code: ![image](https://user-images.githubusercontent.com/12999702/93317364-0d0ac500-f816-11ea-9f27-0f6972cea1bf.png) AS: ![image](https://user-images.githubusercontent.com/12999702/93317324-011f0300-f816-11ea-9946-d0c96c30bac4.png)

I have a callback invoked by Workmanager. Although Console output works fine from here, I have to reinitialise the file for the File Output at the start of the callback,...

The standard ```dart try { ... } catch (e, s) { logger.e(e, s); } ``` now throws `Error: Invalid argument(s): Error parameter cannot take a StackTrace! at Object.throw_ [as throw]...

The title says it all, the console in Developer Tools shows statements printed with print() but not with the logger (independent of the logging level). Is this something expected to...

Android studio log is too long to display incomplete, can you support it?

enhancement
good first issue

>Converting object to an encodable object failed: Instance of '_CompactIterable' `print()` had handled this without error.

question

I have made a simple enhancement to PrettyPrinter() to allow simple control of boxing of log messages by level. I have done this via optional constructor parameters to allow this...

Having different severity Levels for looging is great but Filtering's main purpose should be filtering logs in terms of our in app features. In a big project It would be...