Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
121
func
(l *Logger) Output() io.Writer {
122
return
l.output
123
}
124
125
func
(l *Logger) SetOutput(w io.Writer) {
126
l.output = w
Callers
1
Output
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected