(adapterName string, config map[string]interface{})
| 32 | Status() (int, string) |
| 33 | DelLogger(adapterName string) error |
| 34 | SetLogger(adapterName string, config map[string]interface{}) error |
| 35 | |
| 36 | // The following methods output logs and, in client/server mode, also send messages over the socket. |
| 37 | Debug(format string, v ...interface{}) |
no outgoing calls