Skip to main content

rs_pkg/log/
mod.rs

1mod config;
2mod init;
3
4pub use config::Config;
5pub use init::{init, init_default};