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

consoleLog() public static method

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