Method LogException
LogException(Exception, Object)
Redirect Unity exception log
Declaration
public void LogException(Exception exception, Object context)
Parameters
Type | Name | Description |
---|---|---|
Exception | exception | Runtime Exception |
Object | context | Object to which the message applies |