Home
last modified time | relevance | path

Searched refs:Log (Results 1 – 2 of 2) sorted by relevance

/Held/src/utils/
H A Dlog_util.rs6 pub struct Log; struct
8 impl Log { implementation
/Held/src/
H A Dmain.rs6 use utils::log_util::Log;
18 Log::init(config.level)?; in main()