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

Method SetLevel

level.go:57–57  ·  view source on GitHub ↗
(Level, string)

Source from the content-addressed store, hash-verified

55type Leveled interface {
56 GetLevel(string) Level
57 SetLevel(Level, string)
58 IsEnabledFor(Level, string) bool
59}
60

Callers 15

TestMultiLoggerLevelFunction · 0.65
BenchmarkLogLeveledFunction · 0.65
BenchmarkLogLogBackendFunction · 0.65
BenchmarkLogFixedFunction · 0.65
BenchmarkLogFixedIgnoredFunction · 0.65
TestPrivateBackendFunction · 0.65

Implementers 2

multiLoggermulti.go

Calls

no outgoing calls

Tested by 14

TestMultiLoggerLevelFunction · 0.52
BenchmarkLogLeveledFunction · 0.52
BenchmarkLogLogBackendFunction · 0.52
BenchmarkLogFixedFunction · 0.52
BenchmarkLogFixedIgnoredFunction · 0.52
TestPrivateBackendFunction · 0.52