MCPcopy Index your code
hub / github.com/Monibuca/engine / Logger

Struct Logger

log/log.go:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72type Logger struct {
73 *zap.Logger
74 lang map[string]string
75}
76
77func (l Logger) Lang(lang map[string]string) *Logger {
78 l.Logger = logger

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected