MCPcopy
hub / github.com/op/go-logging / GetLevel

Method GetLevel

level.go:56–56  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

54// logging.
55type Leveled interface {
56 GetLevel(string) Level
57 SetLevel(Level, string)
58 IsEnabledFor(Level, string) bool
59}

Callers 3

GetLevelFunction · 0.65
GetLevelMethod · 0.65
TestLevelModuleLevelFunction · 0.65

Implementers 2

multiLoggermulti.go

Calls

no outgoing calls

Tested by 1

TestLevelModuleLevelFunction · 0.52