Fatal logs a new message with fatal level.
(err error)
| 32 | |
| 33 | // Fatal logs a new message with fatal level. |
| 34 | Fatal(err error) |
| 35 | |
| 36 | // Printf makes the logger compatible with retryablehttp.Logger |
| 37 | Printf(string, ...interface{}) |
no outgoing calls
no test coverage detected