NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::LogFile Class Reference

Represents the system log file
To obtain an instance of this class, refer to Session

Created in NX3.0.0. More...

Public Member Functions

NXString FileName ()
 Returns the name of the system log file
Created in NX3.0.0.
 
tag_t Tag () const
 Returns the tag of this object.
 
void Write (const NXString &s)
 Write a string to the system log file
Created in NX3.0.0.
 
void Write (const char *s)
 Write a string to the system log file
Created in NX3.0.0.
 
void WriteLine (const NXString &s)
 Write a string with a following new line to the system log file
Created in NX3.0.0.
 
void WriteLine (const char *s)
 Write a string with a following new line to the system log file
Created in NX3.0.0.
 

Detailed Description

Represents the system log file
To obtain an instance of this class, refer to Session

Created in NX3.0.0.


Member Function Documentation

NXString NXOpen::LogFile::FileName ( )

Returns the name of the system log file
Created in NX3.0.0.



License requirements : None

tag_t NXOpen::LogFile::Tag ( ) const

Returns the tag of this object.

void NXOpen::LogFile::Write ( const NXString s)

Write a string to the system log file
Created in NX3.0.0.



License requirements : None

Parameters
sstring to write to the syslog
NOTE: The full Unicode character set is not supported for this parameter.
void NXOpen::LogFile::Write ( const char *  s)

Write a string to the system log file
Created in NX3.0.0.



License requirements : None

Parameters
sstring to write to the syslog
NOTE: The full Unicode character set is not supported for this parameter.
void NXOpen::LogFile::WriteLine ( const NXString s)

Write a string with a following new line to the system log file
Created in NX3.0.0.



License requirements : None

Parameters
sstring to write to the syslog
NOTE: The full Unicode character set is not supported for this parameter.
void NXOpen::LogFile::WriteLine ( const char *  s)

Write a string with a following new line to the system log file
Created in NX3.0.0.



License requirements : None

Parameters
sstring to write to the syslog
NOTE: The full Unicode character set is not supported for this parameter.

The documentation for this class was generated from the following file:
Copyright 2013 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.