|
RTS API Documentation
1.10.11
|
Collaboration diagram for switch_log_binding:Data Fields | |
| switch_log_function_t | function |
| switch_log_level_t | level |
| int | is_console |
| struct switch_log_binding * | next |
Definition at line 49 of file switch_log.c.
| switch_log_function_t switch_log_binding::function |
Definition at line 50 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 52 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 51 of file switch_log.c.
Referenced by log_thread(), switch_log_bind_logger(), switch_log_meta_vprintf(), switch_log_str2level(), and switch_log_str2mask().
| struct switch_log_binding* switch_log_binding::next |
Definition at line 53 of file switch_log.c.
Referenced by log_thread(), switch_log_bind_logger(), and switch_log_unbind_logger().
1.8.13