Interface ILogHandler
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public interface ILogHandler
Methods
| Improve this Doc View SourceLogException(Exception, Object)
Declaration
void LogException(Exception exception, Object context)
Parameters
Type | Name | Description |
---|---|---|
Exception | exception | |
Object | context |
LogFormat(LogType, Object, String, Object[])
Declaration
void LogFormat(LogType logType, Object context, string format, params object[] args)
Parameters
Type | Name | Description |
---|---|---|
LogType | logType | |
Object | context | |
String | format | |
Object[] | args |