Warnw logs a message with some additional context. The variadic key-value pairs are treated as they are privateLog With.
(msg string, keysAndValues ...any)
| 95 | // Warnw logs a message with some additional context. The variadic key-value |
| 96 | // pairs are treated as they are privateLog With. |
| 97 | func Warnw(msg string, keysAndValues ...any) { |
| 98 | logger.Warnw(msg, keysAndValues...) |
| 99 | } |
| 100 | |
| 101 | // Errorw logs a message with some additional context. The variadic key-value |
| 102 | // pairs are treated as they are privateLog With. |