log4you 0.1.0

Rust structured logging with dynamic UUID log IDs, built on log4rs. Plug and play!
Documentation

log4you

log4you is a dynamic logging crate built on top of log4rs, powered by UUID. It allows simple, efficient, and consistent logging with unique log IDs for each request.

Features

  • Generate dynamic log IDs based on UUID.
  • Configure logging dynamically with YAML configuration files.
  • Supports log rotation and file size management.

Installation

Add log4you to your Cargo.toml:

[dependencies]
log4you = "0.1"

Author

Jerry Maheswara jerrymaheswara@gmail.com