nn::nex::OutputFormat Class

Syntax

class OutputFormat : public nn::nex::RootObject

Description

Management class that handles log output formats.

Use this class to add the date and time, the session time, and other information to the log.

The only information that is automatically set to be added to the log when NetZ is generated is the local station handle information, which is otherwise set by using the ShowLocalStationHandle function.

You can get the pointer to this class by using EventLog::GetOutputFormat and TraceLog::GetOutputFormat.

Member Functions

ShowLocalTime Sets whether to add the local time to the log.
ShowDateTime Sets whether to add the date and time to the log.
ShowSessionTime Sets whether to add the session time to the log.
ShowLocalStationHandle Sets whether to add the station handle information for the local station itself. (Automatically enabled when NetZ is generated.)

Class Hierarchy

nn::nex::RootObject
  nn::nex::OutputFormat

Revision History

2012/05/29
Initial version.

CONFIDENTIAL