Errorf logs to ERROR log. Arguments are handled in the manner of fmt.Printf.
(format string, args ...any)
| 46 | Errorln(args ...any) |
| 47 | // Errorf logs to ERROR log. Arguments are handled in the manner of fmt.Printf. |
| 48 | Errorf(format string, args ...any) |
| 49 | // Fatal logs to ERROR log. Arguments are handled in the manner of fmt.Print. |
| 50 | // gRPC ensures that all Fatal logs will exit with os.Exit(1). |
| 51 | // Implementations may also call os.Exit() with a non-zero exit code. |
no outgoing calls