Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChainSafe/Delorean-Protocol
/ log_level
Method
log_level
fendermint/rpc/examples/simplecoin.rs:91–97 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
89
90
impl Options {
91
pub fn log_level(&self) -> Level {
92
if self.verbose {
93
Level::DEBUG
94
} else {
95
Level::INFO
96
}
97
}
98
}
99
100
/// See the module docs for how to run.
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected