7void iplog(
const char *format, ...);
void logging_set_node(long nodeid)
log to a given node. Usually this would be an app or a server
void logging_init()
initialise logging. logging is disabled after calling this function
void logging_off()
disable logging and logging processing. guarantees that no buffers are used for logging
void logging_event_loop()
sends current buffer and empties it
void logging_on()
enable logging and logging processing. buffers are used for logging
void iplog(const char *format,...)
log something to a remote node