Class Logger
Inheritance
System.Object
System.MarshalByRefObject
Logger
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpen.dll
Syntax
public class Logger : TransientObject, IMessageSink, IDisposable
Constructors
Logger(IntPtr)
Declaration
protected Logger(IntPtr ptr)
Parameters
Type |
Name |
Description |
System.IntPtr |
ptr |
|
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
LogBooleanAttribute(String, Boolean)
Declaration
public void LogBooleanAttribute(string title, bool booleanValue)
Parameters
Type |
Name |
Description |
System.String |
title |
|
System.Boolean |
booleanValue |
|
LogBooleanAttributes(String, Boolean[])
Declaration
public void LogBooleanAttributes(string title, bool[] attrs)
Parameters
Type |
Name |
Description |
System.String |
title |
|
System.Boolean[] |
attrs |
|
LogIntegerAttribute(String, Int32)
Declaration
public void LogIntegerAttribute(string title, int integerValue)
Parameters
Type |
Name |
Description |
System.String |
title |
|
System.Int32 |
integerValue |
|
LogIntegerAttributes(String, Int32[])
Declaration
public void LogIntegerAttributes(string title, int[] attrs)
Parameters
Type |
Name |
Description |
System.String |
title |
|
System.Int32[] |
attrs |
|
LogNXObject(Validation.Result, NXObject)
Declaration
public void LogNXObject(Validation.Result result, NXObject anObject)
Parameters
LogNXObject(Validation.Result, NXObject, String)
Declaration
public void LogNXObject(Validation.Result result, NXObject anObject, string message)
Parameters
LogNXObject(Validation.Result, NXObject, String, String, Point3d[], Vector3d[])
Declaration
public void LogNXObject(Validation.Result result, NXObject anObject, string message, string objectName, Point3d[] referencePoints, Vector3d[] referenceVectors)
Parameters
LogNXObjectSet(String, String)
Declaration
public Logger LogNXObjectSet(string name, string message)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.String |
message |
|
Returns
LogRealAttribute(String, Double)
Declaration
public void LogRealAttribute(string title, double realValue)
Parameters
Type |
Name |
Description |
System.String |
title |
|
System.Double |
realValue |
|
LogRealAttributes(String, Double[])
Declaration
public void LogRealAttributes(string title, double[] attrs)
Parameters
Type |
Name |
Description |
System.String |
title |
|
System.Double[] |
attrs |
|
LogResult(Validation.Result, String)
Declaration
public void LogResult(Validation.Result result, string message)
Parameters
LogStringAttribute(String, String)
Declaration
public void LogStringAttribute(string title, string stringValue)
Parameters
Type |
Name |
Description |
System.String |
title |
|
System.String |
stringValue |
|
LogStringAttributes(String, String[])
Declaration
public void LogStringAttributes(string title, string[] attrs)
Parameters
Type |
Name |
Description |
System.String |
title |
|
System.String[] |
attrs |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable