After extensive testing and feedback, Iβm excited to announce FlexLogger v1.1, a lightweight yet powerful logging library for Android developers looking to simplify their debugging process with greater control and cleaner output.
π Whatβs New in v1.1?
π― Flexible Configuration
Define custom log levels
Set global tag prefixes
Fully thread-safe API
π Multiple Destinations
Output logs to Logcat, files, or your own custom targets
π¨ Pretty Printing
Readable formatting for JSON, XML, and structured logs
Timestamp and thread info for deeper debugging
π Smart File Management
Log file rotation
Cleanup based on size thresholds
Crash-resilient file storage
π‘ Why Use FlexLogger?
Most logging tools offer basic output. FlexLogger takes it further by providing:
Configurability at scale
Safety in multi-threaded environments
Cleaner, human-readable logs
Crash-safe file storage for postmortem analysis
π Documentation & Code
Docs: https://goodluck3301.github.io/flexlogger.html
Top comments (0)