MCPcopy
hub / github.com/deepops-ai/deepops / Debug

Method Debug

backend/pkg/log/logger.go:70–70  ·  view source on GitHub ↗
(msg string, fields ...zapcore.Field)

Source from the content-addressed store, hash-verified

68// Logger is a simplified abstraction of the zap.Logger
69type Logger interface {
70 Debug(msg string, fields ...zapcore.Field)
71 Info(msg string, fields ...zapcore.Field)
72 Error(msg string, fields ...zapcore.Field)
73 Fatal(msg string, fields ...zapcore.Field)

Callers 2

DebugMethod · 0.65
DebugMethod · 0.65

Implementers 2

spanLoggerbackend/pkg/log/spanlogger.go
wrapperbackend/pkg/log/logger.go

Calls

no outgoing calls

Tested by

no test coverage detected