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

switch_log_level2str() 공개 정적인 메소드

public static switch_log_level2str ( switch_log_level_t level ) : string
level switch_log_level_t
리턴 string
        public static string switch_log_level2str(switch_log_level_t level)
        {
            string ret = freeswitchPINVOKE.switch_log_level2str((int)level);
            return ret;
        }
freeswitch