Show / Hide Table of Contents

    Interface ITrace

    The ITrace interface is used internally by ActiveMQ to log messages. The client aplication may provide an implementation of ITrace if it wishes to route messages to a specific destination.

    Namespace: Apache.NMS
    Assembly: Apache.NMS.dll
    Syntax
    public interface ITrace
    Remarks

    Use the Tracer class to register an instance of ITrace as the active trace destination.

    Properties

    | Improve this Doc View Source

    IsDebugEnabled

    Declaration
    bool IsDebugEnabled { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsErrorEnabled

    Declaration
    bool IsErrorEnabled { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsFatalEnabled

    Declaration
    bool IsFatalEnabled { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsInfoEnabled

    Declaration
    bool IsInfoEnabled { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsWarnEnabled

    Declaration
    bool IsWarnEnabled { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    | Improve this Doc View Source

    Debug(String)

    Declaration
    void Debug(string message)
    Parameters
    Type Name Description
    System.String message
    | Improve this Doc View Source

    Error(String)

    Declaration
    void Error(string message)
    Parameters
    Type Name Description
    System.String message
    | Improve this Doc View Source

    Fatal(String)

    Declaration
    void Fatal(string message)
    Parameters
    Type Name Description
    System.String message
    | Improve this Doc View Source

    Info(String)

    Declaration
    void Info(string message)
    Parameters
    Type Name Description
    System.String message
    | Improve this Doc View Source

    Warn(String)

    Declaration
    void Warn(string message)
    Parameters
    Type Name Description
    System.String message
    • Improve this Doc
    • View Source
    Back to top Copyright © 2005-2023 Apache Software Foundation project
    Generated by DocFX