1 2 3 4 5 6 7 8 9
pub mod process; pub mod writer; mod global; pub use self::global::set_writer; #[cfg(feature = "global")] pub use self::global::get_global_writer;