logger
logger copied to clipboard
[Feature Request] make `printTime` also append the date.
the printTime function should also print the current date. This would be useful because I am using this package to write files to disk and would like to know what days an event happened on.
What printer are you using?
It is simple to write your own printer. Have a look here: https://github.com/leisim/logger/blob/master/lib/src/printers/prefix_printer.dart
Yeah I know it's easy to write my own. I just think I shouldn't have to.
I see merit in your suggestion. Please submit a PR and I'll review it.