Expand description
Logging, as well as various low-level utilities that factor Rust patterns that are frequent within the mugle codebase.
Re-exports§
pub use logger::init_logger;pub use logger::init_test_logger;pub use logger::LOGGER;pub use types::LogLevel;pub use types::LoggingConfig;
Modules§
- logger
- Logging wrapper to be used throughout all crates in the workspace
- types
- Logging configuration types