WriteLog(LogLevel,LogDelegate) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Write a message to the log using the given log level, and
execute the delegate to get the message string.
public static void WriteLog(
DNALog.LogLevel level,
DebugLogger.LogDelegate curDelegate
)
public:
static void WriteLog(
DNALog.LogLevel level,
DebugLogger.LogDelegate^ curDelegate
)
Parameters
- level
- curDelegate