FreeSWITCH.Native.freeswitch.consoleCleanLog C# (CSharp) 메소드

consoleCleanLog() 공개 정적인 메소드

public static consoleCleanLog ( string msg ) : void
msg string
리턴 void
        public static void consoleCleanLog(string msg)
        {
            freeswitchPINVOKE.consoleCleanLog(msg);
        }
freeswitch