Data Fields | |
int | disabled |
int | facility |
char | filename [256] |
FILE * | fileptr |
struct { | |
struct logchannel * next | |
} | list |
int | logmask |
enum logtypes | type |
int disabled |
Definition at line 126 of file logger.c.
Referenced by handle_logger_show_channels(), logger_print_normal(), and reload_logger().
int facility |
Definition at line 127 of file logger.c.
Referenced by make_logchannel().
char filename[256] |
Definition at line 130 of file logger.c.
Referenced by handle_logger_show_channels(), logger_print_normal(), make_logchannel(), and reload_logger().
FILE* fileptr |
Definition at line 129 of file logger.c.
Referenced by close_logger(), logger_print_normal(), make_logchannel(), and reload_logger().
struct { ... } list |
int logmask |
Definition at line 125 of file logger.c.
Referenced by handle_logger_show_channels(), init_logger_chain(), logger_print_normal(), and make_logchannel().
struct logchannel* next |
Definition at line 131 of file logger.c.
Referenced by logger_thread().
Definition at line 128 of file logger.c.
Referenced by handle_logger_show_channels(), init_logger_chain(), logger_print_normal(), and make_logchannel().