log_options_t Struct Reference
[Log system multiplexer]

#include <log.h>


Detailed Description

multiplexer configuration data

Definition at line 76 of file log.h.

Data Fields

char * log_ident
int log_dest
int log_fd
int log_facility
int log_opts
int log_mask


Field Documentation

char* log_options_t::log_ident

program identifier

Definition at line 77 of file log.h.

Referenced by log_init().

int log_options_t::log_dest

file destination switch

Definition at line 78 of file log.h.

Referenced by log_close(), and log_init().

int log_options_t::log_fd

file descriptor for LOGD_FILE target

Definition at line 79 of file log.h.

Referenced by log_close(), and log_init().

int log_options_t::log_facility

program facility

Definition at line 80 of file log.h.

Referenced by log_init().

int log_options_t::log_opts

control flags

Definition at line 81 of file log.h.

Referenced by log_init().

int log_options_t::log_mask

lower log level bound

Definition at line 82 of file log.h.

Referenced by log_init().


The documentation for this struct was generated from the following file:
Generated on Tue Jun 19 20:38:46 2007 for lucid by  doxygen 1.5.2