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

Function Warn

log/fiberlog.go:18–20  ·  view source on GitHub ↗

Warn calls the default logger's Warn method.

(v ...any)

Source from the content-addressed store, hash-verified

16
17// Warn calls the default logger's Warn method.
18func Warn(v ...any) {
19 logger.Warn(v...)
20}
21
22// Info calls the default logger's Info method.
23func Info(v ...any) {

Callers 6

ListenerMethod · 0.92
setRawMethod · 0.92
delRawMethod · 0.92
NewFunction · 0.92
setSimpleHeadersFunction · 0.92
Test_DefaultLoggerFunction · 0.85

Calls 1

WarnMethod · 0.65

Tested by 1

Test_DefaultLoggerFunction · 0.68