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

Does this logger works only in debug mode ? #19

Closed Shiba-Kar closed 1 year ago

Bungeefan commented 1 year ago

No, this is only the case in the default configuration as explained here: https://github.com/SourceHorizon/logger#logfilter However, you can create your own filter without the assert and use it to log in every mode.