nn::nex::TraceLog Class

Syntax

class TraceLog : public nn::nex::Log

Description

Traces the NEX run-time features.

This class is used to trace the NEX runtime features for the purpose of debugging. If this function is executed in a Development or Release build, the trace is not automatically logged. To get a reference to a TraceLog instance, use the GetInstance method.

Member Functions

SetFlag Sets a trace flag to active.
ClearFlag Resets the specified trace flag to inactive.
GetFlags Returns the active trace flag.
FlagIsSet Returns whether a particular flag has been set.
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 GetInstance Returns a pointer to a TraceLog instance.

Class Hierarchy

nn::nex::RootObject
  nn::nex::Log
    nn::nex::TraceLog

Revision History

2011/01/27
Initial version.

CONFIDENTIAL