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

Method Debugj

httpserver/logger.go:93–95  ·  view source on GitHub ↗

Debugj produces a json log with debug level.

(j echologger.JSON)

Source from the content-addressed store, hash-verified

91
92// Debugj produces a json log with debug level.
93func (e *EchoLogger) Debugj(j echologger.JSON) {
94 e.logJSON(e.logger.Debug(), j)
95}
96
97// Info produces a log with info level.
98func (e *EchoLogger) Info(i ...interface{}) {

Callers 1

TestDebugLoggingFunction · 0.95

Calls 2

logJSONMethod · 0.95
DebugMethod · 0.80

Tested by 1

TestDebugLoggingFunction · 0.76