
Data Fields | |
| struct ast_string_field_mgr | __field_mgr |
| struct ast_string_field_pool * | __field_mgr_pool |
| struct 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 |
| enum logmsgtypes | type |
| struct ast_string_field_mgr __field_mgr |
| struct ast_callid* callid |
Definition at line 149 of file logger.c.
Referenced by ast_log_full(), ast_log_vsyslog(), and logger_print_normal().
| const ast_string_field date |
Definition at line 156 of file logger.c.
Referenced by logger_print_normal().
| const ast_string_field file |
Definition at line 156 of file logger.c.
Referenced by ast_log_vsyslog(), and logger_print_normal().
| const ast_string_field function |
Definition at line 156 of file logger.c.
Referenced by ast_log_vsyslog(), and logger_print_normal().
| int level |
Definition at line 146 of file logger.c.
Referenced by ast_log_full(), ast_log_vsyslog(), and logger_print_normal().
| const ast_string_field level_name |
Definition at line 156 of file logger.c.
Referenced by logger_print_normal().
| int line |
Definition at line 147 of file logger.c.
Referenced by ast_log_full(), ast_log_vsyslog(), and logger_print_normal().
| struct { ... } list |
| int lwp |
Definition at line 148 of file logger.c.
Referenced by ast_log_full(), ast_log_vsyslog(), and logger_print_normal().
| const ast_string_field message |
Definition at line 156 of file logger.c.
Referenced by ast_log_vsyslog(), and logger_print_normal().
| enum logmsgtypes type |
Definition at line 145 of file logger.c.
Referenced by ast_log_full().