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

Function Info

log/fiberlog.go:23–25  ·  view source on GitHub ↗

Info calls the default logger's Info method.

(v ...any)

Source from the content-addressed store, hash-verified

21
22// Info calls the default logger's Info method.
23func Info(v ...any) {
24 logger.Info(v...)
25}
26
27// Debug calls the default logger's Debug method.
28func Debug(v ...any) {

Callers 3

Test_WithContextCallerFunction · 0.85
Test_DefaultLoggerFunction · 0.85

Calls 1

InfoMethod · 0.65

Tested by 3

Test_WithContextCallerFunction · 0.68
Test_DefaultLoggerFunction · 0.68