Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gofiber/fiber
/ Error
Function
Error
log/fiberlog.go:13–15 ·
view source on GitHub ↗
Error calls the default logger's Error method.
(v ...any)
Source
from the content-addressed store, hash-verified
11
12
// Error calls the default logger's Error method.
13
func
Error(v ...any) {
14
logger.Error(v...)
15
}
16
17
// Warn calls the default logger's Warn method.
18
func
Warn(v ...any) {
Callers
1
Test_DefaultLogger
Function · 0.70
Calls
1
Error
Method · 0.65
Tested by
1
Test_DefaultLogger
Function · 0.56