FreeSWITCH API Documentation
1.7.0
|
Data Fields | |
switch_log_function_t | function |
switch_log_level_t | level |
int | is_console |
struct switch_log_binding * | next |
Definition at line 48 of file switch_log.c.
switch_log_function_t switch_log_binding::function |
Definition at line 49 of file switch_log.c.
Referenced by log_thread(), switch_log_bind_logger(), and switch_log_unbind_logger().
int switch_log_binding::is_console |
Definition at line 51 of file switch_log.c.
Referenced by switch_log_bind_logger(), and switch_log_unbind_logger().
switch_log_level_t switch_log_binding::level |
Definition at line 50 of file switch_log.c.
Referenced by log_thread(), switch_log_bind_logger(), switch_log_level2str(), switch_log_str2level(), and switch_log_str2mask().
struct switch_log_binding* switch_log_binding::next |
Definition at line 52 of file switch_log.c.
Referenced by log_thread(), switch_log_bind_logger(), and switch_log_unbind_logger().