MCPcopy 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.
23func (ll LogLevel) AsZeroLogLevel() zerolog.Level {
24 return zerolog.Level(ll)
25}

Callers 3

serveCmdFunction · 0.80
TestLogLevel_Decode_failFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestLogLevel_Decode_failFunction · 0.64