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

Method Errorw

log/default.go:246–248  ·  view source on GitHub ↗

Errorw logs at error level with a message and key/value pairs.

(msg string, keysAndValues ...any)

Source from the content-addressed store, hash-verified

244
245// Errorw logs at error level with a message and key/value pairs.
246func (l *defaultLogger) Errorw(msg string, keysAndValues ...any) {
247 l.privateLogw(LevelError, msg, keysAndValues)
248}
249
250// Fatalw logs at fatal level with a message and key/value pairs, then terminates the process.
251func (l *defaultLogger) Fatalw(msg string, keysAndValues ...any) {

Callers

nothing calls this directly

Calls 1

privateLogwMethod · 0.95

Tested by

no test coverage detected