MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / LogException

Method LogException

Source/Engine/Engine/DebugLogHandler.cs:31–36  ·  view source on GitHub ↗

(Exception exception, Object context)

Source from the content-addressed store, hash-verified

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)

Callers 1

Calls 1

GetUnmanagedPtrMethod · 0.80

Tested by

no test coverage detected