Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


LogException(Exception)

A variant of ILogger.Log that logs an exception message.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
void LogException(Exception exception)

Parameters

exception

Remarks

Additional Resources: Logger.LogException.