nn::nex::EventLog Class

Syntax

class EventLog : public nn::nex::Log

Description

Manages internal log output for NEX.

Manages internal log output for NEX. By setting EventLog::LogLevel you can control how the NEX log is output. Log output is always disabled in the release build.

Enumerated Types

LogLevel Enumerators indicating the importance of the log.

Member Functions

SetLogLevel Sets the log level.
GetLogLevel Gets the current log level.
SetLogDevice Sets LogDevice. (Inherits Log.)
SetOutputFormat Sets LogDevice. (Inherits Log.)
GetLogDevice Gets LogDevice. (Inherits Log.)
GetOutputFormat Gets a pointer to an OutputFormat object. (Inherits Log.)
S LogLevelToString Gets the string representation of the log level.
S GetInstance Gets an instance of EventLog.

Class Hierarchy

nn::nex::RootObject
  nn::nex::Log
    nn::nex::EventLog

Revision History

2011/01/28
Initial version.

CONFIDENTIAL