(args ...interface{})
| 285 | Warning(args ...interface{}) error |
| 286 | Warningf(format string, args ...interface{}) error |
| 287 | Error(args ...interface{}) error |
| 288 | Errorf(format string, args ...interface{}) error |
| 289 | Errore(err error) error |
| 290 | Fatal(args ...interface{}) error |
no outgoing calls