Search Results for

    Show / Hide Table of Contents

    Class Logger

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    Logger
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(String)
    TransientObject.PrintTestData(String, Int32)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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)
    Namespace: NXOpen.Validate
    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
    TransientObject.FreeResource()

    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
    Type Name Description
    Validation.Result result
    NXObject anObject

    LogNXObject(Validation.Result, NXObject, String)

    Declaration
    public void LogNXObject(Validation.Result result, NXObject anObject, string message)
    Parameters
    Type Name Description
    Validation.Result result
    NXObject anObject
    System.String message

    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
    Type Name Description
    Validation.Result result
    NXObject anObject
    System.String message
    System.String objectName
    Point3d[] referencePoints
    Vector3d[] referenceVectors

    LogNXObjectSet(String, String)

    Declaration
    public Logger LogNXObjectSet(string name, string message)
    Parameters
    Type Name Description
    System.String name
    System.String message
    Returns
    Type Description
    Logger

    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
    Type Name Description
    Validation.Result result
    System.String message

    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
    In This Article
    Back to top Generated by DocFX