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

Add const to ConsoleOutput/MultiOutput #127

Closed Ltei closed 2 years ago

Ltei commented 2 years ago

ConsoleOutput/MultiOutput constructor should be const, so we can create const static loggers.

haarts commented 2 years ago

I'm looking forward to the pull request.