Data Fields | |
int | disabled |
int | facility |
char | filename [256] |
FILE * | fileptr |
struct { | |
logchannel * next | |
} | list |
int | logmask |
enum logtypes | type |
Definition at line 105 of file logger.c.
int disabled |
Definition at line 107 of file logger.c.
Referenced by ast_log(), and handle_logger_show_channels().
int facility |
char filename[256] |
Definition at line 111 of file logger.c.
Referenced by ast_log(), and handle_logger_show_channels().
struct { ... } list |
int logmask |
Definition at line 106 of file logger.c.
Referenced by ast_log(), and handle_logger_show_channels().
struct logchannel* next |
Definition at line 109 of file logger.c.
Referenced by ast_log(), and handle_logger_show_channels().