DNALog.LogLevel Enumeration
- Last UpdatedApr 08, 2026
- 1 minute read
The OASyS DNA log level.
public enum DNALog.LogLevel : System.Enum
public enum class DNALog.LogLevel : public System.Enum
| Member | Description |
|---|---|
| Always | Write the given message to the OASyS DNA log file (oasErrLog.log). If any messages have been written into the program specific debug log file (programName.log), then this message will also be written there, and will have a heading of 'Error'. |
| DebugLog | Write the given message to the Program Specific debug log file. |
| Exit | Write the given message to the OASyS DNA log file (oasErrLog.log), then exit the program without a stack trace being written into the OASyS DNA log. |
| Fatal | Write the given message to the OASyS DNA log file (oasErrLog.log), then exit the program immediately and write a stack trace into the OASyS DNA log file. |
| Info | If the dynamic debug level has been set high enough through the 'toggleDebug' utility, then messages marked with this level will be written out to the program specific debug log (programName.log). |
| Verbose | If the dynamic debug level has been set high enough through the 'toggleDebug' utility, then messages marked with this level will be written out to the program specific debug log (programName.log). |
| Warning | If the dynamic debug level has been set high enough through the 'toggleDebug' utility, then messages marked with this level will be written out to the program specific debug log (programName.log). |
System.Object
System.ValueType
System.Enum
OASySDNA.Common.DNALog.LogLevel