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

initLogs options documentation #51

Open tadejg opened 1 year ago

tadejg commented 1 year ago

Options passed to initLogs() aren't documented anywhere as far as I can tell. If they are, the docs are really well hidden and should be linked to in the project readme.

I tried following the example in the readme, but am struggling to understand how I can customize the default configuration. What does logTypesEnabled do? What about debugFileOperations or isDebuggable? How can I setup log rotation? What about encryption?

This library seems to have a lot of great features, but they're very hard to configure without documentation.