Class RALogHandler
A log handler that only logs in release builds.
public sealed class RALogHandler : ILogHandler- Inheritance
- 
      objectRALogHandler
Methods
LogException(Exception, Object)
public void LogException(Exception exception, UnityEngine.Object context)Parameters
- exceptionException
- contextObject
LogFormat(LogType, Object, string, params object[])
public void LogFormat(LogType logType, UnityEngine.Object context, string format, params object[] args)Parameters
- logTypeLogType
- contextObject
- formatstring
- argsobject[]