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

Method level

rust/shared/src/log_plugin.rs:64–66  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

62
63impl SharedLogger for GameDllLogger {
64 fn level(&self) -> LevelFilter {
65 LevelFilter::Debug
66 }
67 fn config(&self) -> Option<&Config> {
68 None//(Some(&self.config)
69 }

Callers 2

enabledMethod · 0.45
logMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected