SourceHorizon / logger

Small, easy to use and extensible logger which prints beautiful logs.
https://pub.dev/packages/logger
MIT License
197 stars 33 forks source link

Log formatting in console #81

Closed vlkonoshenko closed 1 month ago

vlkonoshenko commented 1 month ago

I have a problem with console log formatting. Maybe I missed some configuration? Create instance final logger = Logger(); Use it logger.i('AppLifecycleWrapper.checkUserDistance - distance changed');

First, the screen displays my console and the second screen is an example from pub.dev.

Снимок экрана 2024-08-02 в 13 14 14 Снимок экрана 2024-08-02 в 13 16 35
Bungeefan commented 1 month ago

Hi, please have a look at #66.

vlkonoshenko commented 1 month ago

@Bungeefan Thank you!