DumpNonFatalExceptionToLog(LogLevel,Exception) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Dump an exception into the OASyS DNA log, allowing the program to keep running.
public static void DumpNonFatalExceptionToLog(
DNALog.LogLevel level,
Exception e
)
public:
static void DumpNonFatalExceptionToLog(
DNALog.LogLevel level,
Exception^ e
)
Parameters
- level
- The log level for the DNA log.
- e
- The exception to print to the log.