The following methods output logs and, in client/server mode, also send messages over the socket.
(format string, v ...interface{})
| 35 | |
| 36 | // The following methods output logs and, in client/server mode, also send messages over the socket. |
| 37 | Debug(format string, v ...interface{}) |
| 38 | Informational(format string, v ...interface{}) |
| 39 | App(format string, v ...interface{}) |
| 40 | Notice(format string, v ...interface{}) |
no outgoing calls