Skip to main content

Interface ILog

Declaration
public interface ILog

Properties

Level

Declaration
LogLevel Level { get; }

IsDebugEnabled

Declaration
bool IsDebugEnabled { get; }

IsInfoEnabled

Declaration
bool IsInfoEnabled { get; }

IsWarnEnabled

Declaration
bool IsWarnEnabled { get; }

IsErrorEnabled

Declaration
bool IsErrorEnabled { get; }

IsFatalEnabled

Declaration
bool IsFatalEnabled { get; }

Methods

Debug(object)

Declaration
void Debug(object message)
Parameters
TypeName
System.Objectmessage

Debug(object, Exception)

Declaration
void Debug(object message, Exception exception)
Parameters
TypeName
System.Objectmessage
System.Exceptionexception

DebugFormat(string, params object[])

Declaration
void DebugFormat(string format, params object[] args)
Parameters
TypeName
System.Stringformat
System.Object[]args

Info(object)

Declaration
void Info(object message)
Parameters
TypeName
System.Objectmessage

Info(object, Exception)

Declaration
void Info(object message, Exception exception)
Parameters
TypeName
System.Objectmessage
System.Exceptionexception

InfoFormat(string, params object[])

Declaration
void InfoFormat(string format, params object[] args)
Parameters
TypeName
System.Stringformat
System.Object[]args

Warn(object)

Declaration
void Warn(object message)
Parameters
TypeName
System.Objectmessage

Warn(object, Exception)

Declaration
void Warn(object message, Exception exception)
Parameters
TypeName
System.Objectmessage
System.Exceptionexception

WarnFormat(string, params object[])

Declaration
void WarnFormat(string format, params object[] args)
Parameters
TypeName
System.Stringformat
System.Object[]args

Error(object)

Declaration
void Error(object message)
Parameters
TypeName
System.Objectmessage

Error(object, Exception)

Declaration
void Error(object message, Exception exception)
Parameters
TypeName
System.Objectmessage
System.Exceptionexception

ErrorFormat(string, params object[])

Declaration
void ErrorFormat(string format, params object[] args)
Parameters
TypeName
System.Stringformat
System.Object[]args

Fatal(object)

Declaration
void Fatal(object message)
Parameters
TypeName
System.Objectmessage

Fatal(object, Exception)

Declaration
void Fatal(object message, Exception exception)
Parameters
TypeName
System.Objectmessage
System.Exceptionexception

FatalFormat(string, params object[])

Declaration
void FatalFormat(string format, params object[] args)
Parameters
TypeName
System.Stringformat
System.Object[]args

Extension Methods

  • MatchinghamGames.Utilities.ILog.MatchinghamGames.Utilities.Extensions.Debug(UnityEngine.Object,System.Object)
  • MatchinghamGames.Utilities.ILog.MatchinghamGames.Utilities.Extensions.DebugFormat(UnityEngine.Object,System.String,System.Object[])
  • MatchinghamGames.Utilities.ILog.MatchinghamGames.Utilities.Extensions.Error(UnityEngine.Object,System.Object)
  • MatchinghamGames.Utilities.ILog.MatchinghamGames.Utilities.Extensions.ErrorFormat(UnityEngine.Object,System.String,System.Object[])
  • MatchinghamGames.Utilities.ILog.MatchinghamGames.Utilities.Extensions.Fatal(UnityEngine.Object,System.Object)
  • MatchinghamGames.Utilities.ILog.MatchinghamGames.Utilities.Extensions.FatalFormat(UnityEngine.Object,System.String,System.Object[])
  • MatchinghamGames.Utilities.ILog.MatchinghamGames.Utilities.Extensions.Info(UnityEngine.Object,System.Object)
  • MatchinghamGames.Utilities.ILog.MatchinghamGames.Utilities.Extensions.InfoFormat(UnityEngine.Object,System.String,System.Object[])
  • MatchinghamGames.Utilities.ILog.MatchinghamGames.Utilities.Extensions.Warn(UnityEngine.Object,System.Object)
  • MatchinghamGames.Utilities.ILog.MatchinghamGames.Utilities.Extensions.WarnFormat(UnityEngine.Object,System.String,System.Object[])
  • System.Object.MatchinghamGames.Utilities.Extensions.Debug(System.Object)
  • System.Object.MatchinghamGames.Utilities.Extensions.Debug(UnityEngine.Object,System.Object)
  • System.Object.MatchinghamGames.Utilities.Extensions.DebugFormat(UnityEngine.Object,System.String,System.Object[])
  • System.Object.MatchinghamGames.Utilities.Extensions.Error(System.Object)
  • System.Object.MatchinghamGames.Utilities.Extensions.Error(UnityEngine.Object,System.Object)
  • System.Object.MatchinghamGames.Utilities.Extensions.Fatal(System.Object)
  • System.Object.MatchinghamGames.Utilities.Extensions.Info(System.Object)
  • System.Object.MatchinghamGames.Utilities.Extensions.Info(UnityEngine.Object,System.Object)
  • System.Object.MatchinghamGames.Utilities.Extensions.InfoFormat(UnityEngine.Object,System.String,System.Object[])
  • System.Object.MatchinghamGames.Utilities.Extensions.Warn(System.Object)
  • System.Object.MatchinghamGames.Utilities.Extensions.Warn(UnityEngine.Object,System.Object)
  • System.Object.MatchinghamGames.Utilities.Extensions.WarnFormat(UnityEngine.Object,System.String,System.Object[])