Defined in header file: hzProcess.h
Commands to server
Enum definition:
enum hzLogSignal
{
| LS_NULL | No action | ||
| LS_OPEN_PUB | Open a channel to a public logfile | ||
| LS_OPEN_PVT | Open a channel to a private logfile | ||
| LS_STOP | Close a channel (either public or private) | ||
| LS_LOG | Log to a log file (either public or private) | ||
| LS_ERR_CONN | Could not connect to logserver | ||
| LS_ERR_SEND | Data could not be written to a socket | ||
| LS_ERR_RECV | Date could not be read from a socket | ||
| LS_ERR_PERM | Process does not have write permission | ||
| LS_ERR_DUP | Channel already open | ||
| LS_FAIL | Request failed | ||
| LS_OK | Request succesful |
} ;