umair13adil / flutter_logs

An extensive logging framework developed for flutter apps.
https://itnext.io/sending-logs-from-flutter-apps-in-real-time-using-elk-stack-mqtt-c24fa0cb9802
Apache License 2.0
39 stars 28 forks source link

Write given log type only into log file #42

Closed pasha13d closed 1 year ago

pasha13d commented 1 year ago

I want to write error log or info log or both into the log file. It'll be according to users preferences. I've set value into logLevelsEnabled. But Flutter_logs all time writes all types of log into log file. How could I write only given types of logs into log file?