Warnf calls the default logger's Warnf method.
(format string, v ...any)
| 51 | |
| 52 | // Warnf calls the default logger's Warnf method. |
| 53 | func Warnf(format string, v ...any) { |
| 54 | logger.Warnf(format, v...) |
| 55 | } |
| 56 | |
| 57 | // Infof calls the default logger's Infof method. |
| 58 | func Infof(format string, v ...any) { |
searching dependent graphs…