MCPcopy Create free account
hub / github.com/zalando/skipper / SetLevel

Method SetLevel

logging/export_test.go:10–10  ·  view source on GitHub ↗
(level logrus.Level)

Source from the content-addressed store, hash-verified

8
9func (dl *DefaultLog) SetOutput(out io.Writer) { logrus.SetOutput(out) }
10func (dl *DefaultLog) SetLevel(level logrus.Level) { logrus.SetLevel(level) }
11func (dl *DefaultLog) SetFormatter(format *logrus.TextFormatter) { logrus.SetFormatter(format) }

Callers 14

TestLoggerFunction · 0.95
NewTestLogFunction · 0.45
CloseMethod · 0.45
initFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
parseMethod · 0.45
TestLoggingIntervalFunction · 0.45
captureLogFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected