nn::nex::EventLog::LogLevel Enumerated Type

Syntax

enum LogLevel;

Value

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.

Description

Enumerators indicating the importance of the log.

Revision History

2011/01/28
Initial version.

CONFIDENTIAL