MCPcopy Create free account
hub / github.com/CodSpeedHQ/codspeed / get_local_logger

Function get_local_logger

src/local_logger/mod.rs:306–308  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

304}
305
306pub fn get_local_logger() -> Box<dyn SharedLogger> {
307 Box::new(LocalLogger::new())
308}
309
310pub fn init_local_logger() -> Result<()> {
311 let logger = get_local_logger();

Callers 2

get_loggerMethod · 0.85
init_local_loggerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected