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

Log Listener #15

Closed bahadirarslan closed 1 year ago

bahadirarslan commented 1 year ago

I am using Logger in my project and thanks for your effort but I am looking for an integration with Firebase Crashlytics. For example, if I use logger.severe I want to send it to the Firebase. Of course, the easiest way is to send it just below logger.severe but if there's a more centric approach like global listener for different levels I can send it there.

Bungeefan commented 1 year ago

Did you try using Logger.addOutputListener? This should provide you with your logged events and all necessary details in a global manner.

bahadirarslan commented 1 year ago

Did you try using Logger.addOutputListener? This should provide you with your logged events and all necessary details in a global manner.

No I didn't try because I couldn't see anything like that. I will look again the documentation. Thank you.

Bungeefan commented 1 year ago

I am going to close this issue as resolved, if you are still experiencing difficulties feel free to ping me and I will reopen it!