/// <inheritdoc /> public void LogException(Exception exception, Object context) { Internal_LogException(exception, context?.unmanagedPtr ?? IntPtr.Zero); SendExceptionLog?.Invoke(exception, context); }
public void LogException(Exception exception, FlaxEngine.Object context) { Debug.Logger.LogHandler.LogException(exception, context); SendExceptionLog?.Invoke(exception, context); }
/// <inheritdoc /> public void LogException(Exception exception, Object context) { Internal_LogException(exception, Object.GetUnmanagedPtr(context)); SendExceptionLog?.Invoke(exception, context); }