MCPcopy 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
100func (l *Logger) EnableColor() {
101 l.color.Enable()
102 l.initLevels()
103}
104
105func (l *Logger) Prefix() string {
106 return l.prefix

Callers 1

EnableColorFunction · 0.80

Calls 2

initLevelsMethod · 0.95
EnableMethod · 0.80

Tested by

no test coverage detected