Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/screego/server
/ AsZeroLogLevel
Method
AsZeroLogLevel
config/loglevel.go:23–25 ·
view source on GitHub ↗
AsZeroLogLevel converts the LogLevel to a zerolog.Level.
()
Source
from the content-addressed store, hash-verified
21
22
// AsZeroLogLevel converts the LogLevel to a zerolog.Level.
23
func
(ll LogLevel) AsZeroLogLevel() zerolog.Level {
24
return
zerolog.Level(ll)
25
}
Callers
3
serveCmd
Function · 0.80
TestLogLevel_Decode_success
Function · 0.80
TestLogLevel_Decode_fail
Function · 0.80
Calls
no outgoing calls
Tested by
2
TestLogLevel_Decode_success
Function · 0.64
TestLogLevel_Decode_fail
Function · 0.64