Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
306
pub fn get_local_logger() -> Box<dyn SharedLogger> {
307
Box::new(LocalLogger::new())
308
}
309
310
pub fn init_local_logger() -> Result<()> {
311
let logger = get_local_logger();
Callers
2
get_logger
Method · 0.85
init_local_logger
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected