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

Function Warnw

log/fiberlog.go:97–99  ·  view source on GitHub ↗

Warnw logs a message with some additional context. The variadic key-value pairs are treated as they are privateLog With.

(msg string, keysAndValues ...any)

Source from the content-addressed store, hash-verified

95// Warnw logs a message with some additional context. The variadic key-value
96// pairs are treated as they are privateLog With.
97func Warnw(msg string, keysAndValues ...any) {
98 logger.Warnw(msg, keysAndValues...)
99}
100
101// Errorw logs a message with some additional context. The variadic key-value
102// pairs are treated as they are privateLog With.

Callers 1

Test_WarnwFunction · 0.85

Calls 1

WarnwMethod · 0.65

Tested by 1

Test_WarnwFunction · 0.68