Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
18
func
Warn(v ...any) {
19
logger.Warn(v...)
20
}
21
22
// Info calls the default logger's Info method.
23
func
Info(v ...any) {
Callers
6
Listener
Method · 0.92
setRaw
Method · 0.92
delRaw
Method · 0.92
New
Function · 0.92
setSimpleHeaders
Function · 0.92
Test_DefaultLogger
Function · 0.85
Calls
1
Warn
Method · 0.65
Tested by
1
Test_DefaultLogger
Function · 0.68