Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/labstack/gommon
/ DisableColor
Method
DisableColor
log/log.go:95–98 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
93
}
94
95
func
(l *Logger) DisableColor() {
96
l.color.Disable()
97
l.initLevels()
98
}
99
100
func
(l *Logger) EnableColor() {
101
l.color.Enable()
Callers
3
SetOutput
Method · 0.95
test
Function · 0.80
DisableColor
Function · 0.80
Calls
2
initLevels
Method · 0.95
Disable
Method · 0.80
Tested by
1
test
Function · 0.64