Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
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 178 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 186 of file logger.c.
Referenced by FaxPcap::add(), format_log_default(), format_log_json(), and format_log_plain().
const ast_string_field file |
Definition at line 186 of file logger.c.
Referenced by format_log_default(), format_log_json(), and format_log_plain().
const ast_string_field function |
Definition at line 186 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 179 of file logger.c.
Referenced by ast_log_full(), and logger_print_normal().
int level |
Definition at line 174 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 186 of file logger.c.
Referenced by format_log_default(), format_log_json(), and format_log_plain().
int line |
Definition at line 176 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 177 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 186 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 187 of file logger.c.
Referenced by logger_thread().
int sublevel |
Definition at line 175 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 173 of file logger.c.
Referenced by format_log_message_ap(), and Property::load().