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

Method Info

backend/pkg/log/logger.go:88–90  ·  view source on GitHub ↗

Info logs an info msg with fields

(msg string, fields ...zapcore.Field)

Source from the content-addressed store, hash-verified

86
87// Info logs an info msg with fields
88func (l wrapper) Info(msg string, fields ...zapcore.Field) {
89 l.logger.Info(msg, fields...)
90}
91
92// Error logs an error msg with fields
93func (l wrapper) Error(msg string, fields ...zapcore.Field) {

Callers

nothing calls this directly

Calls 1

InfoMethod · 0.65

Tested by

no test coverage detected