(adapterName string)
| 31 | // Status returns the running status, e.g. 0,"RUN". |
| 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. |
no outgoing calls