Warningf implements grpclog.LoggerV2.
(format string, args ...interface{})
| 196 | |
| 197 | // Warningf implements grpclog.LoggerV2. |
| 198 | func (l *Logger) Warningf(format string, args ...interface{}) { |
| 199 | l.delegate.Warnf(format, args...) |
| 200 | } |
| 201 | |
| 202 | // Error implements grpclog.LoggerV2. |
| 203 | func (l *Logger) Error(args ...interface{}) { |