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

Function Error

log/fiberlog.go:13–15  ·  view source on GitHub ↗

Error calls the default logger's Error method.

(v ...any)

Source from the content-addressed store, hash-verified

11
12// Error calls the default logger's Error method.
13func Error(v ...any) {
14 logger.Error(v...)
15}
16
17// Warn calls the default logger's Warn method.
18func Warn(v ...any) {

Callers 1

Test_DefaultLoggerFunction · 0.70

Calls 1

ErrorMethod · 0.65

Tested by 1

Test_DefaultLoggerFunction · 0.56