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

Method Debugw

log/default.go:231–233  ·  view source on GitHub ↗

Debugw logs at debug level with a message and key/value pairs.

(msg string, keysAndValues ...any)

Source from the content-addressed store, hash-verified

229
230// Debugw logs at debug level with a message and key/value pairs.
231func (l *defaultLogger) Debugw(msg string, keysAndValues ...any) {
232 l.privateLogw(LevelDebug, msg, keysAndValues)
233}
234
235// Infow logs at info level with a message and key/value pairs.
236func (l *defaultLogger) Infow(msg string, keysAndValues ...any) {

Callers

nothing calls this directly

Calls 1

privateLogwMethod · 0.95

Tested by

no test coverage detected