log_options_t Struct Reference
[Log system multiplexer]

#include <log.h>


Detailed Description

multiplexer configuration data

Definition at line 63 of file log.h.

Data Fields

char * ident
bool file
int fd
bool stderr
bool time
bool syslog
int flags
int facility
int mask


Field Documentation

char* log_options_t::ident

program identifier

Definition at line 64 of file log.h.

Referenced by log_init().

bool log_options_t::file

file destination switch

Definition at line 65 of file log.h.

Referenced by log_close(), log_init(), and log_internal().

int log_options_t::fd

file descriptor

Definition at line 66 of file log.h.

Referenced by log_close(), log_init(), and log_internal().

bool log_options_t::stderr

stderr destination switch

Definition at line 67 of file log.h.

Referenced by log_init(), and log_internal().

bool log_options_t::time

time output switch

Definition at line 68 of file log.h.

bool log_options_t::syslog

syslog destination switch

Definition at line 69 of file log.h.

Referenced by log_close(), log_init(), and log_internal().

int log_options_t::flags

control flags

Definition at line 70 of file log.h.

Referenced by log_init().

int log_options_t::facility

program facility

Definition at line 71 of file log.h.

Referenced by log_init(), and log_internal().

int log_options_t::mask

lower level bound

Definition at line 72 of file log.h.

Referenced by log_init().


The documentation for this struct was generated from the following file:
Generated on Sun Dec 3 17:46:16 2006 for lucid by  doxygen 1.5.1