FreeSWITCH.Native.freeswitch.switch_log_level2str C# (CSharp) Method

switch_log_level2str() public static method

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