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
Earn up to 15% annual interest with Nexo.
Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform.
Geographic restrictions, eligibility, and terms apply.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of log4rs!