flutter_logan_pro 1.0.2
flutter_logan_pro: ^1.0.2 copied to clipboard
A high-performance, robust log plugin for Flutter based on Meituan Logan. Fixed truncation and decryption issues.
1.0.2 #
- Fix: send method blocking issue on iOS.
- Fix: Parameter type mismatch in iOS native code.
- Add: Timeout mechanism for log sending (default 10s).
- Add: Better parameter validation in native plugins.
1.0.1 #
- Internal improvements and bug fixes.
- Updated documentation.
1.0.0 #
- Initial release of
flutter_logan_pro. - High-performance, encrypted logging for Flutter on both iOS and Android.
- Core features:
init: Initialize the logger with encryption keys.log: Write log messages. Supports pre-initialization queueing.send/sendWithHeaders: Upload logs to a server and await a structuredLoganSendResult.flush: Manually flush logs to disk.clearAllLogs: Delete all generated log files.getAllFilesInfo: Get metadata for all local log files.setMaxReversedDate: Configure log file retention policy.setDebug: Enable verbose logging from the underlying native libraries.