Asterisk - The Open Source Telephony Project GIT-master-a358458
Data Fields
logmsg Struct Reference
Collaboration diagram for logmsg:
Collaboration graph
[legend]

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
 

Detailed Description

Definition at line 172 of file logger.c.

Field Documentation

◆ __field_mgr

struct ast_string_field_mgr __field_mgr

Definition at line 186 of file logger.c.

◆ __field_mgr_pool

struct ast_string_field_pool* __field_mgr_pool

Definition at line 186 of file logger.c.

◆ callid

ast_callid callid

◆ date

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().

◆ file

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().

◆ function

const ast_string_field function

◆ hidecli

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().

◆ level

int level

◆ level_name

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().

◆ line

int line

◆ 

struct { ... } list

Referenced by ast_log_full(), and logger_thread().

◆ lwp

int lwp

◆ message

◆ next

struct logmsg* next

Definition at line 187 of file logger.c.

Referenced by logger_thread().

◆ sublevel

int sublevel

◆ type

enum logmsgtypes type

Definition at line 173 of file logger.c.

Referenced by format_log_message_ap(), and Property::load().


The documentation for this struct was generated from the following file: