Expand description
Configuration module for RustLogs. Configuration module for RustLogs (RLG).
This module provides structures and implementations for managing the configuration of the RustLogs library. It includes functionality for loading, saving, and manipulating configuration settings, as well as handling environment variables, error management, and log rotation.
Structs§
- This structure holds the configuration for logging, including log file paths, log rotation settings, logging format, and environment variables.
Enums§
- Custom error types for configuration management.
- Enum representing log rotation options.
- Enum representing different logging destinations.