MCPcopy Create free account
hub / github.com/ankorstore/yokai / Debugf

Method Debugf

httpserver/logger.go:88–90  ·  view source on GitHub ↗

Debugf produces a formatted log with debug level.

(format string, args ...interface{})

Source from the content-addressed store, hash-verified

86
87// Debugf produces a formatted log with debug level.
88func (e *EchoLogger) Debugf(format string, args ...interface{}) {
89 e.logger.Debug().Msgf(format, args...)
90}
91
92// Debugj produces a json log with debug level.
93func (e *EchoLogger) Debugj(j echologger.JSON) {

Callers 2

TestDebugLoggingFunction · 0.95
withRegisteredResourcesFunction · 0.80

Calls 1

DebugMethod · 0.80

Tested by 1

TestDebugLoggingFunction · 0.76