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

Method Debug

log/log.go:27–27  ·  view source on GitHub ↗
(v ...any)

Source from the content-addressed store, hash-verified

25type Logger interface {
26 Trace(v ...any)
27 Debug(v ...any)
28 Info(v ...any)
29 Warn(v ...any)
30 Error(v ...any)

Callers 4

Test_Client_Logger_DebugFunction · 0.65
WriteMethod · 0.65
DebugFunction · 0.65

Implementers 2

dummyLoggerclient/hooks_test.go
defaultLoggerlog/default.go

Calls

no outgoing calls

Tested by 2

Test_Client_Logger_DebugFunction · 0.52