| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

| Data Fields | ||
| struct ast_string_field_mgr | __field_mgr | |
| struct ast_string_field_pool * | __field_mgr_pool | |
| ast_callid | callid | |
| const ast_string_field | date | |
| const ast_string_field | file | |
| const ast_string_field | function | |
| unsigned int | hidecli:1 | |
| int | level | |
| const ast_string_field | level_name | |
| int | line | |
| struct { | ||
| struct logmsg * next | ||
| } | list | |
| int | lwp | |
| const ast_string_field | message | |
| int | sublevel | |
| enum logmsgtypes | type | |
| struct ast_string_field_mgr __field_mgr | 
| struct ast_string_field_pool* __field_mgr_pool | 
| ast_callid callid | 
Definition at line 175 of file logger.c.
Referenced by ast_log_ap(), ast_log_callid(), ast_log_full(), ast_log_safe(), format_log_default(), format_log_json(), format_log_message(), format_log_message_ap(), and format_log_plain().
| const ast_string_field date | 
Definition at line 183 of file logger.c.
Referenced by FaxPcap::_add_garbage(), FaxPcap::_make_packet(), FaxPcap::add(), format_log_default(), format_log_json(), and format_log_plain().
| const ast_string_field file | 
Definition at line 183 of file logger.c.
Referenced by ast_log(), ast_log_ap(), ast_log_callid(), ast_log_full(), ast_log_safe(), format_log_default(), format_log_json(), format_log_message(), and format_log_plain().
| const ast_string_field function | 
Definition at line 183 of file logger.c.
Referenced by ast_log(), ast_log_ap(), ast_log_callid(), ast_log_full(), ast_log_safe(), format_log_default(), format_log_json(), format_log_message(), and format_log_plain().
| unsigned int hidecli | 
Whether to suppress log message from CLI output (but log normally to other log channels
Definition at line 176 of file logger.c.
Referenced by ast_log_full(), and logger_print_normal().
| int level | 
Definition at line 171 of file logger.c.
Referenced by ast_log(), ast_log_ap(), ast_log_callid(), ast_log_full(), ast_log_safe(), format_log_default(), format_log_message(), format_log_message_ap(), format_log_plain(), and logger_print_normal().
| const ast_string_field level_name | 
Definition at line 183 of file logger.c.
Referenced by format_log_default(), format_log_json(), and format_log_plain().
| int line | 
Definition at line 173 of file logger.c.
Referenced by ast_log(), ast_log_ap(), ast_log_callid(), ast_log_full(), ast_log_safe(), format_log_default(), format_log_json(), format_log_message(), format_log_message_ap(), and format_log_plain().
| struct { ... } list | 
Referenced by ast_log_full(), and logger_thread().
| int lwp | 
Definition at line 174 of file logger.c.
Referenced by format_log_default(), format_log_json(), format_log_message_ap(), and format_log_plain().
| const ast_string_field message | 
Definition at line 183 of file logger.c.
Referenced by format_log_default(), format_log_json(), format_log_plain(), logger_add_verbose_magic(), and logger_print_normal().
| struct logmsg* next | 
Definition at line 184 of file logger.c.
Referenced by logger_thread().
| int sublevel | 
Definition at line 172 of file logger.c.
Referenced by ast_log_full(), format_log_message(), format_log_message_ap(), logger_add_verbose_magic(), and logger_print_normal().
| enum logmsgtypes type | 
Definition at line 170 of file logger.c.
Referenced by format_log_message_ap().