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

Method Tracef

log/log.go:37–37  ·  view source on GitHub ↗
(format string, v ...any)

Source from the content-addressed store, hash-verified

35// FormatLogger is a logger interface that output logs with a format.
36type 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)

Callers 2

TracefFunction · 0.65
Test_CtxLoggerFunction · 0.65

Implementers 2

dummyLoggerclient/hooks_test.go
defaultLoggerlog/default.go

Calls

no outgoing calls

Tested by 1

Test_CtxLoggerFunction · 0.52