
Data Fields | |
| char | components [0] |
| int | disabled |
| int | facility |
| char | filename [PATH_MAX] |
| FILE * | fileptr |
| int | lineno |
| struct { | |
| struct logchannel * next | |
| } | list |
| unsigned int | logmask |
| enum logtypes | type |
| int | verbosity |
| char components[0] |
Components (levels) from last config load
Definition at line 134 of file logger.c.
Referenced by make_components(), and make_logchannel().
| int disabled |
If this channel is disabled or not
Definition at line 118 of file logger.c.
Referenced by handle_logger_show_channels(), logger_print_normal(), and reload_logger().
| int facility |
| char filename[PATH_MAX] |
Filename
Definition at line 128 of file logger.c.
Referenced by handle_logger_show_channels(), logger_print_normal(), make_logchannel(), and reload_logger().
| FILE* fileptr |
logfile logging file pointer
Definition at line 126 of file logger.c.
Referenced by close_logger(), logger_print_normal(), make_logchannel(), and reload_logger().
| int lineno |
Line number from configuration file
Definition at line 132 of file logger.c.
Referenced by make_logchannel().
| struct { ... } list |
field for linking to list
Referenced by ast_log_full(), ast_register_verbose(), ast_unregister_verbose(), ast_verb_update(), close_logger(), handle_logger_show_channels(), init_logger_chain(), logger_print_normal(), logger_thread(), reload_logger(), and update_logchannels().
| unsigned int logmask |
What to log to this channel
Definition at line 116 of file logger.c.
Referenced by handle_logger_show_channels(), init_logger_chain(), logger_print_normal(), make_components(), and update_logchannels().
| struct logchannel* next |
Definition at line 130 of file logger.c.
Referenced by logger_thread().
Type of log channel
Definition at line 124 of file logger.c.
Referenced by handle_logger_show_channels(), init_logger_chain(), logger_print_normal(), make_components(), and make_logchannel().
| int verbosity |
Verbosity level. (-1 if use option_verbose for the level.)
Definition at line 122 of file logger.c.
Referenced by ast_verb_update(), logger_print_normal(), and make_components().