Fatal logs to the FATAL, ERROR, WARNING, INFO and DEBUG levels, including a stack trace of all running goroutines, then calls os.Exit(1).
(format string, args ...interface{})
| 26 | // including a stack trace of all running goroutines, then calls |
| 27 | // os.Exit(1). |
| 28 | Fatal(format string, args ...interface{}) |
| 29 | |
| 30 | // Error logs to the ERROR, WARNING, INFO and DEBUG level. |
| 31 | Error(format string, args ...interface{}) |
no outgoing calls