Warnf record a warning level log.
(format string, args ...interface{})
| 118 | |
| 119 | // Warnf record a warning level log. |
| 120 | func (entry *Entry) Warnf(format string, args ...interface{}) { |
| 121 | (*logrus.Entry)(entry).Warnf(format, args...) |
| 122 | } |
| 123 | |
| 124 | // Warningf record a warning level log. |
| 125 | func (entry *Entry) Warningf(format string, args ...interface{}) { |
no outgoing calls