1 2 3 4 5 6 7 8
mod log_config; mod log_error; mod log_utils; // 重新导出结构体,简化外部引用 pub use log_config::*; pub use log_error::*; pub use log_utils::*;