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

Method SetFormatter

logging/export_test.go:11–11  ·  view source on GitHub ↗
(format *logrus.TextFormatter)

Source from the content-addressed store, hash-verified

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 6

TestLoggerFunction · 0.95
runExampleWithOptionsFunction · 0.80
initApplicationLogFunction · 0.80
initFunction · 0.80
mainFunction · 0.80
TestDeprecatedFlagsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected