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 logfmt printer #25

Closed haarts closed 4 years ago

haarts commented 4 years ago

Logfmt is perhaps the greatest log format around. We should support it. It's a space separated format with 'key=value' entries. A bunch of the keys are recommended like:

Only the first I consider required. Any other fields might be added.

haarts commented 4 years ago

Closed in #28