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

Function Errorf

log/fiberlog.go:48–50  ·  view source on GitHub ↗

Errorf calls the default logger's Errorf method.

(format string, v ...any)

Source from the content-addressed store, hash-verified

46
47// Errorf calls the default logger's Errorf method.
48func Errorf(format string, v ...any) {
49 logger.Errorf(format, v...)
50}
51
52// Warnf calls the default logger's Warnf method.
53func Warnf(format string, v ...any) {

Callers 11

readContentFunction · 0.92
startupMessageMethod · 0.92
executeOnForkHooksMethod · 0.92
initMethod · 0.92
serverErrorHandlerMethod · 0.92
NewFunction · 0.92
GetByIDMethod · 0.92
DefaultErrorHandlerFunction · 0.92
Test_DefaultFormatLoggerFunction · 0.85

Calls 1

ErrorfMethod · 0.65

Tested by 1

Test_DefaultFormatLoggerFunction · 0.68