Version: 2017.2

Logger.LogException

Switch to Manual
public void LogException (Exception exception);
public void LogException (Exception exception, Object context);

Parameters

exception Runtime Exception.
context Object to which the message applies.

Description

A variant of Logger.Log that logs an exception message.