Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/labstack/gommon
/ EnableColor
Method
EnableColor
log/log.go:100–103 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
98
}
99
100
func
(l *Logger) EnableColor() {
101
l.color.Enable()
102
l.initLevels()
103
}
104
105
func
(l *Logger) Prefix() string {
106
return
l.prefix
Callers
1
EnableColor
Function · 0.80
Calls
2
initLevels
Method · 0.95
Enable
Method · 0.80
Tested by
no test coverage detected