MCPcopy Create free account
hub / github.com/TanTanDev/runity / UnityLogger

Class UnityLogger

rust/runity/src/logging.rs:49–51  ·  view source on GitHub ↗

rust side Log implementation

Source from the content-addressed store, hash-verified

47
48// rust side Log implementation
49pub struct UnityLogger {
50 pub level: LevelFilter,
51}
52
53impl log::Log for UnityLogger {
54 fn enabled(&self, metadata: &Metadata) -> bool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected