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

switch_core_session_get_app_log() public static method

public static switch_core_session_get_app_log ( SWIGTYPE_p_switch_core_session session ) : switch_app_log
session SWIGTYPE_p_switch_core_session
return switch_app_log
        public static switch_app_log switch_core_session_get_app_log(SWIGTYPE_p_switch_core_session session)
        {
            IntPtr cPtr = freeswitchPINVOKE.switch_core_session_get_app_log(SWIGTYPE_p_switch_core_session.getCPtr(session));
            switch_app_log ret = (cPtr == IntPtr.Zero) ? null : new switch_app_log(cPtr, false);
            return ret;
        }
freeswitch