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

console_clean_log() 공개 정적인 메소드

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