MCPcopy Create free account
hub / github.com/labstack/gommon / Output

Method Output

log/log.go:121–123  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119}
120
121func (l *Logger) Output() io.Writer {
122 return l.output
123}
124
125func (l *Logger) SetOutput(w io.Writer) {
126 l.output = w

Callers 1

OutputFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected