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

Function Warnf

log/fiberlog.go:53–55  ·  view source on GitHub ↗

Warnf calls the default logger's Warnf method.

(format string, v ...any)

Source from the content-addressed store, hash-verified

51
52// Warnf calls the default logger's Warnf method.
53func Warnf(format string, v ...any) {
54 logger.Warnf(format, v...)
55}
56
57// Infof calls the default logger's Infof method.
58func Infof(format string, v ...any) {

Callers 5

handleTrustedProxyMethod · 0.92
initMethod · 0.92
Test_DefaultFormatLoggerFunction · 0.85

Calls 1

WarnfMethod · 0.65

Tested by 1

Test_DefaultFormatLoggerFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…