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

Function Panicj

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

Source from the content-addressed store, hash-verified

346}
347
348func Panicj(j JSON) {
349 global.Panicj(j)
350}
351
352func (l *Logger) logJSON(level Lvl, j JSON) {
353 b, err := json.Marshal(j)

Callers

nothing calls this directly

Calls 1

PanicjMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…