FreeSWITCH.Native.freeswitch.consoleLog C# (CSharp) Метод

consoleLog() публичный статический Метод

public static consoleLog ( string level_str, string msg ) : void
level_str string
msg string
Результат void
        public static void consoleLog(string level_str, string msg)
        {
            freeswitchPINVOKE.consoleLog(level_str, msg);
        }
freeswitch