Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChainSafe/Delorean-Protocol
/ log_level
Method
log_level
fendermint/eth/api/examples/ethers.rs:94–100 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
92
93
impl Options {
94
pub fn log_level(&self) -> Level {
95
if self.verbose {
96
Level::DEBUG
97
} else {
98
Level::INFO
99
}
100
}
101
102
pub fn http_endpoint(&self) -> String {
103
format!(
"http://{}:{}"
, self.http_host, self.http_port)
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected