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

Function Tracef

log/fiberlog.go:68–70  ·  view source on GitHub ↗

Tracef calls the default logger's Tracef method.

(format string, v ...any)

Source from the content-addressed store, hash-verified

66
67// Tracef calls the default logger's Tracef method.
68func Tracef(format string, v ...any) {
69 logger.Tracef(format, v...)
70}
71
72// Panicf calls the default logger's Tracef method.
73func Panicf(format string, v ...any) {

Callers 1

Test_DefaultFormatLoggerFunction · 0.85

Calls 1

TracefMethod · 0.65

Tested by 1

Test_DefaultFormatLoggerFunction · 0.68