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

Interface Zap

log/log.go:61–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
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)
67 Info(msg string, fields ...zap.Field)
68 Warn(msg string, fields ...zap.Field)
69 Error(msg string, fields ...zap.Field)
70}
71
72type Logger struct {
73 *zap.Logger

Callers 49

RunFunction · 0.65
NamedMethod · 0.65
receiveMethod · 0.65
findOrCreateStreamFunction · 0.65
PullMethod · 0.65
PushMethod · 0.65
CreateTrackReaderMethod · 0.65
SetStuffMethod · 0.65
WithMethod · 0.65
WriteSliceBytesMethod · 0.65
WriteSliceBytesMethod · 0.65
narrowMethod · 0.65

Implementers 1

Loggerlog/log.go

Calls

no outgoing calls

Tested by

no test coverage detected