|
RTS API Documentation
1.10.11
|
#include <switch_core.h>
Collaboration diagram for switch_app_log:Data Fields | |
| char * | app |
| char * | arg |
| switch_time_t | stamp |
| struct switch_app_log * | next |
Definition at line 59 of file switch_core.h.
| char* switch_app_log::app |
Definition at line 60 of file switch_core.h.
Referenced by switch_channel_set_timestamps(), switch_core_session_exec(), switch_ivr_generate_json_cdr(), and switch_ivr_generate_xml_cdr().
| char* switch_app_log::arg |
Definition at line 61 of file switch_core.h.
Referenced by switch_channel_set_timestamps(), switch_core_session_exec(), switch_ivr_generate_json_cdr(), and switch_ivr_generate_xml_cdr().
| struct switch_app_log* switch_app_log::next |
Definition at line 63 of file switch_core.h.
Referenced by switch_channel_set_timestamps(), switch_core_session_exec(), switch_ivr_generate_json_cdr(), and switch_ivr_generate_xml_cdr().
| switch_time_t switch_app_log::stamp |
Definition at line 62 of file switch_core.h.
Referenced by switch_core_session_exec(), switch_ivr_generate_json_cdr(), and switch_ivr_generate_xml_cdr().
1.8.13