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/transfer.rs:64–70 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
62
63
impl Options {
64
pub fn log_level(&self) -> Level {
65
if self.verbose {
66
Level::DEBUG
67
} else {
68
Level::INFO
69
}
70
}
71
}
72
73
/// See the module docs for how to run.
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected