Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gofiber/fiber
/ Debugf
Method
Debugf
log/log.go:38–38 ·
view source on GitHub ↗
(format string, v ...any)
Source
from the content-addressed store, hash-verified
36
type
FormatLogger
interface
{
37
Tracef(format string, v ...any)
38
Debugf(format string, v ...any)
39
Infof(format string, v ...any)
40
Warnf(format string, v ...any)
41
Errorf(format string, v ...any)
Callers
3
logger
Function · 0.65
Debugf
Function · 0.65
Test_CtxLogger
Function · 0.65
Implementers
2
dummyLogger
client/hooks_test.go
defaultLogger
log/default.go
Calls
no outgoing calls
Tested by
1
Test_CtxLogger
Function · 0.52