|
Asterisk - The Open Source Telephony Project
18.5.0
|

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 |
| 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 171 of file logger.c.
Referenced by ast_log_ap(), ast_log_safe(), format_log_default(), format_log_json(), format_log_message_ap(), and format_log_plain().
| const ast_string_field date |
Definition at line 178 of file logger.c.
Referenced by format_log_default(), format_log_json(), and format_log_plain().
| const ast_string_field file |
Definition at line 178 of file logger.c.
Referenced by format_log_default(), format_log_json(), and format_log_plain().
| const ast_string_field function |
Definition at line 178 of file logger.c.
Referenced by format_log_default(), format_log_json(), and format_log_plain().
| int level |
Definition at line 167 of file logger.c.
Referenced by format_log_default(), format_log_message_ap(), format_log_plain(), and logger_print_normal().
| const ast_string_field level_name |
Definition at line 178 of file logger.c.
Referenced by format_log_default(), format_log_json(), and format_log_plain().
| int line |
Definition at line 169 of file logger.c.
Referenced by format_log_default(), format_log_json(), format_log_message_ap(), and format_log_plain().
| struct { ... } list |
Referenced by ast_log_full(), and logger_thread().
| int lwp |
Definition at line 170 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 178 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 179 of file logger.c.
Referenced by logger_thread().
| int sublevel |
Definition at line 168 of file logger.c.
Referenced by format_log_message_ap(), logger_add_verbose_magic(), and logger_print_normal().
| enum logmsgtypes type |
Definition at line 166 of file logger.c.
Referenced by format_log_message_ap(), and Property::load().
1.8.13