MCPcopy Create free account
hub / github.com/daisy/MathCAT / init_logger

Function init_logger

tests/common/mod.rs:10–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8
9#[allow(dead_code)]
10pub fn init_logger() {
11 env_logger::Builder::from_env(env_logger::Env::default().default_filter_or("debug"))
12 .is_test(true)
13 .format_timestamp(None)
14 .format_module_path(false)
15 .format_indent(None)
16 .format_level(false)
17 .init();
18}
19
20/// Build Absolute path to rules dir for testing
21pub fn abs_rules_dir_path() -> String {

Callers

nothing calls this directly

Calls 1

initMethod · 0.80

Tested by

no test coverage detected