DEV Community

Levon M
Levon M

Posted on

πŸš€ FlexLogger v1.1 Released – Smarter Android Logging

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

GitHub: https://github.com/goodluck3301/FlexLogger

Top comments (0)