NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
NXOpen.LogFile Class Reference

Represents the system log file More...

Inheritance diagram for NXOpen.LogFile:
NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe void Write (string s)
 Write a string to the system log file More...
 
unsafe void WriteLine (string s)
 Write a string with a following new line to the system log file More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe string FileName [get]
 Returns the name of the system log file More...
 
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> 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

unsafe void NXOpen.LogFile.Write ( string  s)
inline

Write a string to the system log file

Created in NX3.0.0

License requirements: None.

Parameters
sstring to write to the syslog
unsafe void NXOpen.LogFile.WriteLine ( string  s)
inline

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

Property Documentation

unsafe string NXOpen.LogFile.FileName
get

Returns the name of the system log file

Created in NX3.0.0

License requirements: None.

Tag NXOpen.LogFile.Tag
get

Returns the tag of this object.


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