Class LogHelper
- Namespace
- RandomizerCore
- Assembly
- RandomizerCore.dll
public static class LogHelper
- Inheritance
-
LogHelper
- Inherited Members
-
Methods
Log()
Log(object)
public static void Log(object o)
Parameters
o
object
Log(string)
public static void Log(string message)
Parameters
message
string
LogDebug(string)
[Conditional("DEBUG")]
public static void LogDebug(string message)
Parameters
message
string
Log<T>(T)
public static void Log<T>(T t) where T : struct
Parameters
t
T
Type Parameters
T
Events
OnLog
public static event Action<string>? OnLog
Event Type
- Action<string>