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

console_clean_log() public static method

public static console_clean_log ( string msg ) : void
msg string
return void
        public static void console_clean_log(string msg)
        {
            freeswitchPINVOKE.console_clean_log(msg);
        }
freeswitch