Data Fields | |
| int | disabled |
| int | facility |
| char | filename [256] |
| FILE * | fileptr |
| int | logmask |
| enum logtypes | type |
Definition at line 102 of file logger.c.
| int disabled |
Definition at line 104 of file logger.c.
Referenced by ast_log(), handle_logger_show_channels(), and reload_logger().
| int facility |
| char filename[256] |
Definition at line 108 of file logger.c.
Referenced by ast_log(), handle_logger_show_channels(), make_logchannel(), and reload_logger().
| FILE* fileptr |
Definition at line 107 of file logger.c.
Referenced by ast_log(), close_logger(), make_logchannel(), and reload_logger().
| int logmask |
Definition at line 103 of file logger.c.
Referenced by ast_log(), handle_logger_show_channels(), init_logger_chain(), and make_logchannel().
Definition at line 106 of file logger.c.
Referenced by ast_log(), handle_logger_show_channels(), init_logger_chain(), and make_logchannel().
1.5.5