Data Fields | |
ast_string_field_mgr | __field_mgr |
ast_string_field_pool * | __field_mgr_pool |
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 { | |
logmsg * next | |
} | list |
const ast_string_field | message |
long | process_id |
enum logmsgtypes | type |
Definition at line 131 of file logger.c.
struct ast_string_field_mgr __field_mgr |
const ast_string_field date |
const ast_string_field file |
Definition at line 142 of file logger.c.
Referenced by ast_log_vsyslog(), and logger_print_normal().
const ast_string_field function |
Definition at line 142 of file logger.c.
Referenced by ast_log_vsyslog(), and logger_print_normal().
int level |
Definition at line 133 of file logger.c.
Referenced by ast_log_vsyslog(), and logger_print_normal().
const ast_string_field level_name |
int line |
Definition at line 134 of file logger.c.
Referenced by ast_log_vsyslog(), and logger_print_normal().
struct { ... } list |
const ast_string_field message |
Definition at line 142 of file logger.c.
Referenced by ast_log_vsyslog(), and logger_print_normal().
long process_id |
Definition at line 135 of file logger.c.
Referenced by ast_log_vsyslog(), and logger_print_normal().
enum logmsgtypes type |