MCPcopy 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
95func (l *Logger) DisableColor() {
96 l.color.Disable()
97 l.initLevels()
98}
99
100func (l *Logger) EnableColor() {
101 l.color.Enable()

Callers 3

SetOutputMethod · 0.95
testFunction · 0.80
DisableColorFunction · 0.80

Calls 2

initLevelsMethod · 0.95
DisableMethod · 0.80

Tested by 1

testFunction · 0.64