Asterisk - The Open Source Telephony Project  18.5.0
Public Member Functions | Data Fields
log_mappings Struct Reference
Collaboration diagram for log_mappings:
Collaboration graph
[legend]

Public Member Functions

 SORCERY_OBJECT (details)
 

Data Fields

struct ast_string_field_mgr __field_mgr
 
struct ast_string_field_pool__field_mgr_pool
 
const ast_string_field asterisk_debug
 
const ast_string_field asterisk_error
 
const ast_string_field asterisk_notice
 
const ast_string_field asterisk_verbose
 
const ast_string_field asterisk_warning
 

Detailed Description

Definition at line 136 of file res_pjproject.c.

Member Function Documentation

◆ SORCERY_OBJECT()

SORCERY_OBJECT ( details  )

Sorcery object details

Field Documentation

◆ __field_mgr

struct ast_string_field_mgr __field_mgr

Definition at line 151 of file res_pjproject.c.

◆ __field_mgr_pool

struct ast_string_field_pool* __field_mgr_pool

These are all comma-separated lists of pjproject log levels

Definition at line 151 of file res_pjproject.c.

◆ asterisk_debug

const ast_string_field asterisk_debug

pjproject log levels mapped to Asterisk DEBUG

Definition at line 151 of file res_pjproject.c.

Referenced by get_log_level().

◆ asterisk_error

const ast_string_field asterisk_error

pjproject log levels mapped to Asterisk ERROR

Definition at line 151 of file res_pjproject.c.

Referenced by get_log_level().

◆ asterisk_notice

const ast_string_field asterisk_notice

pjproject log levels mapped to Asterisk NOTICE

Definition at line 151 of file res_pjproject.c.

Referenced by get_log_level().

◆ asterisk_verbose

const ast_string_field asterisk_verbose

pjproject log levels mapped to Asterisk VERBOSE

Definition at line 151 of file res_pjproject.c.

Referenced by get_log_level().

◆ asterisk_warning

const ast_string_field asterisk_warning

pjproject log levels mapped to Asterisk WARNING

Definition at line 151 of file res_pjproject.c.

Referenced by get_log_level().


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