FreeSWITCH.Native.freeswitch.console_log C# (CSharp) Method

console_log() public static method

public static console_log ( string level_str, string msg ) : void
level_str string
msg string
return void
        public static void console_log(string level_str, string msg)
        {
            freeswitchPINVOKE.console_log(level_str, msg);
        }
freeswitch