Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gofiber/fiber
/ Info
Function
Info
log/fiberlog.go:23–25 ·
view source on GitHub ↗
Info calls the default logger's Info method.
(v ...any)
Source
from the content-addressed store, hash-verified
21
22
// Info calls the default logger's Info method.
23
func
Info(v ...any) {
24
logger.Info(v...)
25
}
26
27
// Debug calls the default logger's Debug method.
28
func
Debug(v ...any) {
Callers
3
Test_WithContextCaller
Function · 0.85
Test_WithContextNilCaller
Function · 0.85
Test_DefaultLogger
Function · 0.85
Calls
1
Info
Method · 0.65
Tested by
3
Test_WithContextCaller
Function · 0.68
Test_WithContextNilCaller
Function · 0.68
Test_DefaultLogger
Function · 0.68