flutter_logan_pro 1.0.1
flutter_logan_pro: ^1.0.1 copied to clipboard
A high-performance, robust log plugin for Flutter based on Meituan Logan. Fixed truncation and decryption issues.
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.