MCPcopy Create free account
hub / github.com/Monibuca/engine / Named

Method Named

log/log.go:83–86  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

81}
82
83func (l Logger) Named(name string) *Logger {
84 l.Logger = l.Logger.Named(name)
85 return &l
86}
87
88func (l Logger) With(fields ...zap.Field) *Logger {
89 for i, field := range fields {

Callers

nothing calls this directly

Calls 1

NamedMethod · 0.65

Tested by

no test coverage detected