MCPcopy
hub / github.com/gofiber/fiber / Panicw

Method Panicw

log/default.go:256–258  ·  view source on GitHub ↗

Panicw logs at panic level with a message and key/value pairs, then panics.

(msg string, keysAndValues ...any)

Source from the content-addressed store, hash-verified

254
255// Panicw logs at panic level with a message and key/value pairs, then panics.
256func (l *defaultLogger) Panicw(msg string, keysAndValues ...any) {
257 l.privateLogw(LevelPanic, msg, keysAndValues)
258}
259
260// writeContext renders the configured context template directly into buf.
261// Rendering uses a scratch buffer so that a partially-rendered template (one

Callers

nothing calls this directly

Calls 1

privateLogwMethod · 0.95

Tested by

no test coverage detected