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

Function Infow

log/fiberlog.go:91–93  ·  view source on GitHub ↗

Infow logs a message with some additional context. The variadic key-value pairs are treated as they are privateLog With.

(msg string, keysAndValues ...any)

Source from the content-addressed store, hash-verified

89// Infow logs a message with some additional context. The variadic key-value
90// pairs are treated as they are privateLog With.
91func Infow(msg string, keysAndValues ...any) {
92 logger.Infow(msg, keysAndValues...)
93}
94
95// Warnw logs a message with some additional context. The variadic key-value
96// pairs are treated as they are privateLog With.

Callers 1

Test_InfowFunction · 0.85

Calls 1

InfowMethod · 0.65

Tested by 1

Test_InfowFunction · 0.68