Infow logs a message with some additional context. The variadic key-value pairs are treated as they are privateLog With.
(msg string, keysAndValues ...any)
| 89 | // Infow logs a message with some additional context. The variadic key-value |
| 90 | // pairs are treated as they are privateLog With. |
| 91 | func 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. |