enum LogLevel;
Value | Description |
---|---|
Debug | NEX internal debug information. |
Info | Detailed information on NEX internal processing (default). |
Warning | Warning that can be ignored but should be fixed. |
Error | Recoverable error that should be fixed. |
Fatal | Fatal error. Unrecoverable error. |
Always | Log information that is always output. |
Enumerators indicating the importance of the log.
CONFIDENTIAL