Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

ILogger.LogException

Declaration

public void LogException(Exception exception);

Description

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

Additional resources: Logger.LogException.