#include <log.h>
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 |
char* log_options_t::ident |
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().
file descriptor
Definition at line 66 of file log.h.
Referenced by log_close(), log_init(), and log_internal().
stderr destination switch
Definition at line 67 of file log.h.
Referenced by log_init(), and log_internal().
bool log_options_t::time |
syslog destination switch
Definition at line 69 of file log.h.
Referenced by log_close(), log_init(), and log_internal().