magillus / flutter-fimber

Fimber is Flutter logger inspired by Timber (logger API for Android)
106 stars 22 forks source link

Allow to mute/unmute log levels per planted `Tree` #56

Open magillus opened 5 years ago

magillus commented 5 years ago

Add optional parameter to mute and unmute methods that would say which log Tree the action should be limited to. Add optional Tree's id as String to better identify it.

Thanks to Saïd for suggestion.