MCPcopy Create free account
hub / github.com/codename-co/stack / init

Function init

packages/app/src-tauri/src/-logger.rs:27–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25// static LOGGER: SimpleLogger = SimpleLogger;
26
27pub fn init() -> Result<(), SetLoggerError> {
28 // log::set_logger(&LOGGER).map(|()| log::set_max_level(LevelFilter::Info))
29 log::set_boxed_logger(Box::new(SimpleLogger)).map(|()| log::set_max_level(LevelFilter::Debug))
30}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected