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

switch_core_debug_level() public static method

public static switch_core_debug_level ( ) : uint
return uint
        public static uint switch_core_debug_level()
        {
            uint ret = freeswitchPINVOKE.switch_core_debug_level();
            return ret;
        }
freeswitch