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

Expose LogOutput class unconditionally #4

Closed ChristopheOosterlynck closed 1 year ago

ChristopheOosterlynck commented 1 year ago

In the recent cleanup of logger.dart export file, the "duplicate" export of log_output was removed. However, on platforms supporting io we now can't define our own LogOutput classes. The unconditional export of log_output.dart should be added back.

Relevant change introducing this issue: https://github.com/SourceHorizon/logger/commit/bf2c13c30fdd9f8752748d938d23a6b81c5bcc31

Bungeefan commented 1 year ago

Thanks for the fix, is now published.