log4rs is a highly configurable logging framework modeled after Java's Logback and log4j libraries. If you are using the file rotation in your configuration there is a known substantial performance issue so listen up! By default the gzip feature is enabled and when rolling files it will zip log archives automatically. This is a problem when the log archives are large as the zip happens in the main thread and will halt the process while the zip is completed. Be advised that the gzip feature will be removed from default features as of 1.0.
Features
- Use the background_rotation feature which spawns an os thread to do the compression
- Disable the gzip feature with --no-default-features
- Requires Rust 1.46
- Highly configurable logging framework
- Modeled after Java's Logback and log4j libraries
- By default the gzip feature is enabled and when rolling files it will zip log archives automatically
License
Apache License V2.0Follow log4rs
Other Useful Business Software
Get full visibility and control over your tasks and projects with Wrike.
Wrike offers world-class features that empower cross-functional, distributed, or growing teams take their projects from the initial request stage all the way to tracking work progress and reporting results.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of log4rs!