catboks_loginit - initialize event logging to the Keon bridge
#include <cat/boks.h>
int catboks_loginit(char *filename, catlog_dispatcher **dp);
This function allocates and initializes the event log dispatcher dp to send log messages to Keon Security Server 4.x.
The filename argument should be the path name of a local spool file to be used for
asynchronous logging. If the file name is NULL, logging will be
synchronous.
The function returns 0 if successful, or a negative code on error.
cat, catboks, catlog