Table of Contents

Class RALogHandler

A log handler that only logs in release builds.

public sealed class RALogHandler : ILogHandler
Inheritance
object
RALogHandler

Methods

LogException(Exception, Object)

public void LogException(Exception exception, UnityEngine.Object context)

Parameters

exception Exception
context Object

LogFormat(LogType, Object, string, params object[])

public void LogFormat(LogType logType, UnityEngine.Object context, string format, params object[] args)

Parameters

logType LogType
context Object
format string
args object[]