|
NX Open C++ Reference Guide
|
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. | |
Represents the system log file
To obtain an instance of this class, refer to Session
Created in NX3.0.0.
| 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
| s | string 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
| s | string 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
| s | string 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
| s | string to write to the syslog NOTE: The full Unicode character set is not supported for this parameter. |