NAME

catboks_loginit - initialize event logging to the Keon bridge

SYNOPSIS

#include <cat/boks.h>

int catboks_loginit(char *filename, catlog_dispatcher **dp);

DESCRIPTION

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.

RETURN VALUES

The function returns 0 if successful, or a negative code on error.

SEE ALSO

cat, catboks, catlog