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
Type | Name |
---|---|
System.Object | message |
Debug(object, Exception)
Declaration
void Debug(object message, Exception exception)
Parameters
Type | Name |
---|---|
System.Object | message |
System.Exception | exception |
DebugFormat(string, params object[])
Declaration
void DebugFormat(string format, params object[] args)
Parameters
Type | Name |
---|---|
System.String | format |
System.Object[] | args |
Info(object)
Declaration
void Info(object message)
Parameters
Type | Name |
---|---|
System.Object | message |
Info(object, Exception)
Declaration
void Info(object message, Exception exception)
Parameters
Type | Name |
---|---|
System.Object | message |
System.Exception | exception |
InfoFormat(string, params object[])
Declaration
void InfoFormat(string format, params object[] args)
Parameters
Type | Name |
---|---|
System.String | format |
System.Object[] | args |
Warn(object)
Declaration
void Warn(object message)
Parameters
Type | Name |
---|---|
System.Object | message |
Warn(object, Exception)
Declaration
void Warn(object message, Exception exception)
Parameters
Type | Name |
---|---|
System.Object | message |
System.Exception | exception |
WarnFormat(string, params object[])
Declaration
void WarnFormat(string format, params object[] args)
Parameters
Type | Name |
---|---|
System.String | format |
System.Object[] | args |
Error(object)
Declaration
void Error(object message)
Parameters
Type | Name |
---|---|
System.Object | message |
Error(object, Exception)
Declaration
void Error(object message, Exception exception)
Parameters
Type | Name |
---|---|
System.Object | message |
System.Exception | exception |
ErrorFormat(string, params object[])
Declaration
void ErrorFormat(string format, params object[] args)
Parameters
Type | Name |
---|---|
System.String | format |
System.Object[] | args |
Fatal(object)
Declaration
void Fatal(object message)
Parameters
Type | Name |
---|---|
System.Object | message |
Fatal(object, Exception)
Declaration
void Fatal(object message, Exception exception)
Parameters
Type | Name |
---|---|
System.Object | message |
System.Exception | exception |
FatalFormat(string, params object[])
Declaration
void FatalFormat(string format, params object[] args)
Parameters
Type | Name |
---|---|
System.String | format |
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[])