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 streaming output #26

Closed haarts closed 4 years ago

haarts commented 4 years ago

Turning an invocation of the logger into a string on a stream. That stream can be ingested by others. Ferrying it of to a remote or whatever.

haarts commented 4 years ago

Closed in #27