(format string, args ...interface{})
| 169 | klog.V(4).Infof(format, args...) |
| 170 | } |
| 171 | func (glogAdapter) Warningf(format string, args ...interface{}) { |
| 172 | klog.V(2).Infof(format, args...) |
| 173 | } |
| 174 | func (glogAdapter) Errorf(format string, args ...interface{}) { |
| 175 | klog.Warningf(format, args...) |
| 176 | } |
no test coverage detected