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

Method SetOutput

logging/export_test.go:9–9  ·  view source on GitHub ↗
(out io.Writer)

Source from the content-addressed store, hash-verified

7)
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 15

TestLoggerFunction · 0.95
runExampleWithOptionsFunction · 0.80
initApplicationLogFunction · 0.80
NewTestLogFunction · 0.80
CloseMethod · 0.80
usageFunction · 0.80
initFlagsFunction · 0.80
captureLogFunction · 0.80
captureLogFunction · 0.80
TestLogBodyFunction · 0.80
TestLogHeaderFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected