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

Class SimpleLogger

packages/app/src-tauri/src/-logger.rs:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use log::{Level, LevelFilter, Metadata, Record, SetLoggerError};
2
3struct SimpleLogger;
4
5impl log::Log for SimpleLogger {
6 fn enabled(&self, metadata: &Metadata) -> bool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected