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

Method Named

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

Source from the content-addressed store, hash-verified

61type Zap interface {
62 Lang(lang map[string]string) *Logger
63 Named(name string) *Logger
64 With(fields ...zap.Field) *Logger
65 Trace(msg string, fields ...zap.Field)
66 Debug(msg string, fields ...zap.Field)

Callers 2

RunFunction · 0.65
NamedMethod · 0.65

Implementers 1

Loggerlog/log.go

Calls

no outgoing calls

Tested by

no test coverage detected