This version of Unity is unsupported.

ILogger.LogException

Declaration

public void LogException(Exception exception);

Description

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

See Also: Logger.LogException.