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

Method Debug

httpserver/logger.go:83–85  ·  view source on GitHub ↗

Debug produces a log with debug level.

(i ...interface{})

Source from the content-addressed store, hash-verified

81
82// Debug produces a log with debug level.
83func (e *EchoLogger) Debug(i ...interface{}) {
84 e.logger.Debug().Msg(fmt.Sprint(i...))
85}
86
87// Debugf produces a formatted log with debug level.
88func (e *EchoLogger) Debugf(format string, args ...interface{}) {

Callers 15

TestDebugLoggingFunction · 0.95
module.goFile · 0.80
withHandlersFunction · 0.80
NewFxHttpClientTransportFunction · 0.80
NewFxMetricsRegistryFunction · 0.80
NewFxWorkerPoolFunction · 0.80
TraceMethod · 0.80
NewFxCronFunction · 0.80
TestModuleWithDebugFunction · 0.80
TestModuleWithTestEnvFunction · 0.80

Calls

no outgoing calls

Tested by 6

TestDebugLoggingFunction · 0.76
TestModuleWithDebugFunction · 0.64
TestModuleWithTestEnvFunction · 0.64