Debug.Log Extensions
Documentation (1.1.9)

◆ LogException()

static void Sisus.Debugging.Dev.LogException ( Exception  exception)
static

Logs an exception to the Console.

Calls to this method will be fully stripped from release builds.

Parameters
exceptionRuntime exception to display.