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

Add time to log output #36

Closed gibahjoe closed 1 year ago

gibahjoe commented 1 year ago

Is there a way to add time to the log output? This will be useful during debugging an issue.

Bungeefan commented 1 year ago

This depends on the printer you are using, for example, PrettyPrinter and SimplePrinter both print the time. Hint: Check for the printTime parameter!