Class WynLogger
- Namespace
- Wyn
- Assembly
- Wyn.Logger.Runtime.dll
[MovedFrom(true, "Wyn.WynLogger", "WynLogger", null)]
public static class WynLogger
- Inheritance
-
WynLogger
- Inherited Members
-
Properties
DebugColor
public static string DebugColor { get; }
Property Value
- string
EnableAllLogs
public static bool EnableAllLogs { get; set; }
Property Value
- bool
EnableColors
public static bool EnableColors { get; set; }
Property Value
- bool
EnableDebug
public static bool EnableDebug { get; set; }
Property Value
- bool
EnableError
public static bool EnableError { get; set; }
Property Value
- bool
EnableInfo
public static bool EnableInfo { get; set; }
Property Value
- bool
EnableLog
public static bool EnableLog { get; set; }
Property Value
- bool
EnableWarning
public static bool EnableWarning { get; set; }
Property Value
- bool
ErrorColor
public static string ErrorColor { get; }
Property Value
- string
InfoColor
public static string InfoColor { get; }
Property Value
- string
LogColor
public static string LogColor { get; }
Property Value
- string
WarningColor
public static string WarningColor { get; }
Property Value
- string
Methods
Debug(string, string)
[Conditional("UNITY_EDITOR")]
public static void Debug(string message, string callerFilePath = "")
Parameters
message string
callerFilePath string
Debug(Object, string, string)
[Conditional("UNITY_EDITOR")]
public static void Debug(Object context, string message, string callerFilePath = "")
Parameters
context Object
message string
callerFilePath string
Debug<T>(string)
[Conditional("UNITY_EDITOR")]
public static void Debug<T>(string message) where T : class
Parameters
message string
Type Parameters
T
Debug<T>(Object, string)
[Conditional("UNITY_EDITOR")]
public static void Debug<T>(Object context, string message) where T : class
Parameters
context Object
message string
Type Parameters
T
DisableAll()
public static void DisableAll()
EnableAll()
public static void EnableAll()
Error(string, Exception, string)
[Conditional("UNITY_EDITOR")]
public static void Error(string message, Exception exception, string callerFilePath = "")
Parameters
message string
exception Exception
callerFilePath string
Error(string, string)
[Conditional("UNITY_EDITOR")]
public static void Error(string message, string callerFilePath = "")
Parameters
message string
callerFilePath string
Error(Object, string, Exception, string)
[Conditional("UNITY_EDITOR")]
public static void Error(Object context, string message, Exception exception, string callerFilePath = "")
Parameters
context Object
message string
exception Exception
callerFilePath string
Error(Object, string, string)
[Conditional("UNITY_EDITOR")]
public static void Error(Object context, string message, string callerFilePath = "")
Parameters
context Object
message string
callerFilePath string
Error<T>(string)
[Conditional("UNITY_EDITOR")]
public static void Error<T>(string message) where T : class
Parameters
message string
Type Parameters
T
Error<T>(string, Exception)
[Conditional("UNITY_EDITOR")]
public static void Error<T>(string message, Exception exception) where T : class
Parameters
message string
exception Exception
Type Parameters
T
Error<T>(Object, string)
[Conditional("UNITY_EDITOR")]
public static void Error<T>(Object context, string message) where T : class
Parameters
context Object
message string
Type Parameters
T
Error<T>(Object, string, Exception)
[Conditional("UNITY_EDITOR")]
public static void Error<T>(Object context, string message, Exception exception) where T : class
Parameters
context Object
message string
exception Exception
Type Parameters
T
Info(string, string)
[Conditional("UNITY_EDITOR")]
public static void Info(string message, string callerFilePath = "")
Parameters
message string
callerFilePath string
Info(Object, string, string)
[Conditional("UNITY_EDITOR")]
public static void Info(Object context, string message, string callerFilePath = "")
Parameters
context Object
message string
callerFilePath string
Info<T>(string)
[Conditional("UNITY_EDITOR")]
public static void Info<T>(string message) where T : class
Parameters
message string
Type Parameters
T
Info<T>(Object, string)
[Conditional("UNITY_EDITOR")]
public static void Info<T>(Object context, string message) where T : class
Parameters
context Object
message string
Type Parameters
T
LoadConfigFromPath(string)
public static void LoadConfigFromPath(string path)
Parameters
path string
Log(string, string)
[Conditional("UNITY_EDITOR")]
public static void Log(string message, string callerFilePath = "")
Parameters
message string
callerFilePath string
Log(Object, string, string)
[Conditional("UNITY_EDITOR")]
public static void Log(Object context, string message, string callerFilePath = "")
Parameters
context Object
message string
callerFilePath string
Log<T>(string)
[Conditional("UNITY_EDITOR")]
public static void Log<T>(string message) where T : class
Parameters
message string
Type Parameters
T
Log<T>(Object, string)
[Conditional("UNITY_EDITOR")]
public static void Log<T>(Object context, string message) where T : class
Parameters
context Object
message string
Type Parameters
T
ResetColors()
public static void ResetColors()
Warning(string, string)
[Conditional("UNITY_EDITOR")]
public static void Warning(string message, string callerFilePath = "")
Parameters
message string
callerFilePath string
Warning(Object, string, string)
[Conditional("UNITY_EDITOR")]
public static void Warning(Object context, string message, string callerFilePath = "")
Parameters
context Object
message string
callerFilePath string
Warning<T>(string)
[Conditional("UNITY_EDITOR")]
public static void Warning<T>(string message) where T : class
Parameters
message string
Type Parameters
T
Warning<T>(Object, string)
[Conditional("UNITY_EDITOR")]
public static void Warning<T>(Object context, string message) where T : class
Parameters
context Object
message string
Type Parameters
T