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
exception
Exceptioncontext
Object
LogFormat(LogType, Object, string, params object[])
public void LogFormat(LogType logType, UnityEngine.Object context, string format, params object[] args)
Parameters
logType
LogTypecontext
Objectformat
stringargs
object[]