Show / Hide Table of Contents

Interface ILogHandler

Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public interface ILogHandler

Methods

| Improve this Doc View Source

LogException(Exception, Object)

Declaration
void LogException(Exception exception, Object context)
Parameters
Type Name Description
Exception exception
Object context
| Improve this Doc View Source

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

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX