simc / logger

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

[Feature] Add 'TAG' options #103

Closed chejdj closed 3 years ago

chejdj commented 3 years ago

Add 'TAG' options

haarts commented 3 years ago

Thank you for your time contributing to this repo!

Would your use case be served by this suggestion: https://github.com/leisim/logger/issues/68#issuecomment-786637080

chejdj commented 3 years ago

Thanks. But I think 'PrefixPrinter' is global. In fact, I wants to add some FLAGs only for some modules.

haarts commented 3 years ago

The idea is to have a separate logger for each 'tag' or module.

chejdj commented 3 years ago

Thanks, I misunderstand.