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

Method Warnw

log/default.go:241–243  ·  view source on GitHub ↗

Warnw logs at warn level with a message and key/value pairs.

(msg string, keysAndValues ...any)

Source from the content-addressed store, hash-verified

239
240// Warnw logs at warn level with a message and key/value pairs.
241func (l *defaultLogger) Warnw(msg string, keysAndValues ...any) {
242 l.privateLogw(LevelWarn, msg, keysAndValues)
243}
244
245// Errorw logs at error level with a message and key/value pairs.
246func (l *defaultLogger) Errorw(msg string, keysAndValues ...any) {

Callers

nothing calls this directly

Calls 1

privateLogwMethod · 0.95

Tested by

no test coverage detected