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 NXOpen::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. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 
void Write (const NXString &s)
 Write a string to the system log file
Created in NX3.0.0. More...
 
void Write (const char *s)
 Write a string to the system log file
Created in NX3.0.0. More...
 
void WriteLine (const NXString &s)
 Write a string with a following new line to the system log file
Created in NX3.0.0. More...
 
void WriteLine (const char *s)
 Write a string with a following new line to the system log file
Created in NX3.0.0. More...
 

Detailed Description

Represents the system log file
To obtain an instance of this class, refer to NXOpen::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
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
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
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

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