SourceHorizon/logger

Log formatting in console

Closed this issue · 2 comments

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

Hi, please have a look at #66.