mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
tweak the session level logging to work on the console too
This commit is contained in:
@@ -64,6 +64,7 @@ SWITCH_BEGIN_EXTERN_C
|
||||
char *userdata;
|
||||
/* To maintain abi, only add new elements to the end of this struct and do not delete any elements */
|
||||
switch_text_channel_t channel;
|
||||
switch_log_level_t slevel;
|
||||
} switch_log_node_t;
|
||||
|
||||
typedef switch_status_t (*switch_log_function_t) (const switch_log_node_t *node, switch_log_level_t level);
|
||||
|
||||
Reference in New Issue
Block a user