Search Results for

    Show / Hide Table of Contents

    Class AutomationLogger

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    AutomationLogger
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    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.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Report
    Assembly: NXOpen.dll
    Syntax
    public class AutomationLogger : NXRemotableObject, IMessageSink

    Constructors

    AutomationLogger(ReportManager)

    Declaration
    protected AutomationLogger(ReportManager owner)
    Parameters
    Type Name Description
    ReportManager owner

    Properties

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    Clear()

    Declaration
    public void Clear()

    IsEmpty()

    Declaration
    public bool IsEmpty()
    Returns
    Type Description
    System.Boolean

    LogMessage(String)

    Declaration
    public void LogMessage(string message)
    Parameters
    Type Name Description
    System.String message

    LogMessage(String, AutomationLogger.MessageType)

    Declaration
    public void LogMessage(string message, AutomationLogger.MessageType messageType)
    Parameters
    Type Name Description
    System.String message
    AutomationLogger.MessageType messageType

    SaveLog(String)

    Declaration
    public void SaveLog(string logFileName)
    Parameters
    Type Name Description
    System.String logFileName

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In This Article
    Back to top Generated by DocFX