WriteLog(LogLevel,String) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Write a message to the OASyS DNA Log (oasErrLog.log), and
potentially to the program specific debug log (programName.log).
public static void WriteLog(
DNALog.LogLevel level,
string messageStr
)
public:
static void WriteLog(
DNALog.LogLevel level,
String^ messageStr
)
Parameters
- level
- The level that this message is expected to be written at.
- messageStr
- The message to be written to the Log.