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

switch_log_str2mask() public static method

public static switch_log_str2mask ( string str ) : uint
str string
return uint
        public static uint switch_log_str2mask(string str)
        {
            uint ret = freeswitchPINVOKE.switch_log_str2mask(str);
            return ret;
        }
freeswitch