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

Please add disable console log #44

Closed RootKid87 closed 11 months ago

RootKid87 commented 11 months ago

Please add a flag parameter that allows to disable the console output if for example a file output is used.

Bungeefan commented 11 months ago

Hi, if you provide a different output via the constructor parameter, only this output will be used. The ConsoleOutput is only used as a fallback, in case no output was specified.