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