Asterisk - The Open Source Telephony Project
21.4.1
|
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 |
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().