MCPcopy Create free account
hub / github.com/labstack/gommon / Debugj

Method Debugj

log/log.go:160–162  ·  view source on GitHub ↗
(j JSON)

Source from the content-addressed store, hash-verified

158}
159
160func (l *Logger) Debugj(j JSON) {
161 l.logJSON(DEBUG, j)
162}
163
164func (l *Logger) Info(i ...interface{}) {
165 l.log(INFO, fmt.Sprint(i...), false)

Callers 2

TestJSONFunction · 0.80
DebugjFunction · 0.80

Calls 1

logJSONMethod · 0.95

Tested by 1

TestJSONFunction · 0.64