(Exception exception, Object context)
| 29 | |
| 30 | /// <inheritdoc /> |
| 31 | public void LogException(Exception exception, Object context) |
| 32 | { |
| 33 | Internal_LogException(exception, Object.GetUnmanagedPtr(context)); |
| 34 | |
| 35 | SendExceptionLog?.Invoke(exception, context); |
| 36 | } |
| 37 | |
| 38 | /// <inheritdoc /> |
| 39 | public void Log(LogType logType, Object context, string message) |
no test coverage detected