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

Method Info

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

Source from the content-addressed store, hash-verified

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)
74 With(fields ...zapcore.Field) Logger

Callers 8

InfoMethod · 0.65
InfoMethod · 0.65
StartMethod · 0.65
LoginFunction · 0.65
InitFunction · 0.65
GetDashboardFunction · 0.65
root.goFile · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected