mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-11 14:51:53 +00:00
FS-4861 improve logging when using c++ wrapper
This commit is contained in:
@@ -71,6 +71,7 @@ SWITCH_DECLARE(char *) getGlobalVariable(char *var_name);
|
||||
|
||||
SWITCH_DECLARE(void) consoleLog(char *level_str, char *msg);
|
||||
SWITCH_DECLARE(void) consoleCleanLog(char *msg);
|
||||
SWITCH_DECLARE(void) consoleChannelLog(char *level_str, char *file, char *func, int line, char *msg);
|
||||
SWITCH_DECLARE(bool) running(void);
|
||||
|
||||
SWITCH_DECLARE(bool) email(char *to, char *from, char *headers = NULL, char *body = NULL,
|
||||
@@ -398,6 +399,7 @@ SWITCH_DECLARE(bool) email(char *to, char *from, char *headers = NULL, char *bod
|
||||
|
||||
SWITCH_DECLARE(void) console_log(char *level_str, char *msg);
|
||||
SWITCH_DECLARE(void) console_clean_log(char *msg);
|
||||
SWITCH_DECLARE(void) console_channel_log(char *level_str, char *file, char *func, int line, char *msg);
|
||||
SWITCH_DECLARE(void) switch_msleep(unsigned ms);
|
||||
|
||||
/** \brief bridge the audio of session_b into session_a
|
||||
|
||||
Reference in New Issue
Block a user