Show / Hide Table of Contents

Class BulletStormLogger

Inheritance
System.Object
BulletStormLogger
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: BulletStorm.Util
Assembly: BulletStorm.dll
Syntax
public static class BulletStormLogger

Properties

| Improve this Doc View Source

FilterLogType

Declaration
public static LogType FilterLogType { get; set; }
Property Value
Type Description
UnityEngine.LogType
| Improve this Doc View Source

LogEnabled

Declaration
public static bool LogEnabled { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

LogHandler

Declaration
public static ILogHandler LogHandler { get; set; }
Property Value
Type Description
UnityEngine.ILogHandler

Methods

| Improve this Doc View Source

IsLogTypeAllowed(LogType)

Declaration
public static bool IsLogTypeAllowed(LogType logType)
Parameters
Type Name Description
UnityEngine.LogType logType
Returns
Type Description
System.Boolean
| Improve this Doc View Source

Log(Object)

Declaration
public static void Log(object message)
Parameters
Type Name Description
System.Object message
| Improve this Doc View Source

Log(String, Object)

Declaration
public static void Log(string tag, object message)
Parameters
Type Name Description
System.String tag
System.Object message
| Improve this Doc View Source

Log(String, Object, Object)

Declaration
public static void Log(string tag, object message, Object context)
Parameters
Type Name Description
System.String tag
System.Object message
UnityEngine.Object context
| Improve this Doc View Source

Log(LogType, Object)

Declaration
public static void Log(LogType logType, object message)
Parameters
Type Name Description
UnityEngine.LogType logType
System.Object message
| Improve this Doc View Source

Log(LogType, Object, Object)

Declaration
public static void Log(LogType logType, object message, Object context)
Parameters
Type Name Description
UnityEngine.LogType logType
System.Object message
UnityEngine.Object context
| Improve this Doc View Source

Log(LogType, String, Object)

Declaration
public static void Log(LogType logType, string tag, object message)
Parameters
Type Name Description
UnityEngine.LogType logType
System.String tag
System.Object message
| Improve this Doc View Source

Log(LogType, String, Object, Object)

Declaration
public static void Log(LogType logType, string tag, object message, Object context)
Parameters
Type Name Description
UnityEngine.LogType logType
System.String tag
System.Object message
UnityEngine.Object context
| Improve this Doc View Source

LogError(Object)

Declaration
public static void LogError(object message)
Parameters
Type Name Description
System.Object message
| Improve this Doc View Source

LogError(String, Object)

Declaration
public static void LogError(string tag, object message)
Parameters
Type Name Description
System.String tag
System.Object message
| Improve this Doc View Source

LogError(String, Object, Object)

Declaration
public static void LogError(string tag, object message, Object context)
Parameters
Type Name Description
System.String tag
System.Object message
UnityEngine.Object context
| Improve this Doc View Source

LogException(Exception)

Declaration
public static void LogException(Exception exception)
Parameters
Type Name Description
System.Exception exception
| Improve this Doc View Source

LogException(Exception, Object)

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

LogFormat(LogType, String, Object[])

Declaration
public static void LogFormat(LogType logType, string format, params object[] args)
Parameters
Type Name Description
UnityEngine.LogType logType
System.String format
System.Object[] args
| Improve this Doc View Source

LogFormat(LogType, Object, String, Object[])

Declaration
public static void LogFormat(LogType logType, Object context, string format, params object[] args)
Parameters
Type Name Description
UnityEngine.LogType logType
UnityEngine.Object context
System.String format
System.Object[] args
| Improve this Doc View Source

LogWarning(Object)

Declaration
public static void LogWarning(object message)
Parameters
Type Name Description
System.Object message
| Improve this Doc View Source

LogWarning(String, Object)

Declaration
public static void LogWarning(string tag, object message)
Parameters
Type Name Description
System.String tag
System.Object message
| Improve this Doc View Source

LogWarning(String, Object, Object)

Declaration
public static void LogWarning(string tag, object message, Object context)
Parameters
Type Name Description
System.String tag
System.Object message
UnityEngine.Object context
  • Improve this Doc
  • View Source
Back to top Generated by DocFX