Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/labstack/gommon
/ Color
Method
Color
log/log.go:132–134 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
130
}
131
132
func
(l *Logger) Color() *color.Color {
133
return
l.color
134
}
135
136
func
(l *Logger) SetHeader(h string) {
137
l.template = l.newTemplate(h)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected