MCPcopy Create free account
hub / github.com/labstack/gommon / Logger

Struct Logger

log/log.go:23–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22type (
23 Logger struct {
24 prefix string
25 level uint32
26 skip int
27 output io.Writer
28 template *fasttemplate.Template
29 levels []string
30 color *color.Color
31 bufferPool sync.Pool
32 mutex sync.Mutex
33 }
34
35 Lvl uint8
36

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected