fibre_logging 0.5.8

A flexible, multimode sync/async logging library that unifies the log and tracing ecosystems, driven by external configuration and featuring powerful debug instrumentation.
Documentation
1
2
3
4
// This module handles configuration parsing and validation.

pub mod raw; // Structs directly mapping to YAML/JSON structure
pub mod processed; // Structs representing validated and processed configuration