Print prints to the logger.
(v ...interface{})
| 11 | Printf(format string, v ...interface{}) |
| 12 | // Print prints to the logger. |
| 13 | Print(v ...interface{}) |
| 14 | // Println prints new line. |
| 15 | Println(v ...interface{}) |
| 16 | // Fatal is equivalent to Print() followed by a call to os.Exit(1). |
nothing calls this directly
no outgoing calls
no test coverage detected