Show / Hide Table of Contents

    Class Tracer

    Inheritance
    System.Object
    Tracer
    Inherited Members
    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)
    System.Object.ToString()
    Namespace: Apache.NMS
    Assembly: Apache.NMS.dll
    Syntax
    public sealed class Tracer

    Properties

    | Improve this Doc View Source

    IsDebugEnabled

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

    IsErrorEnabled

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

    IsFatalEnabled

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

    IsInfoEnabled

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

    IsWarnEnabled

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

    Trace

    Declaration
    public static ITrace Trace { get; set; }
    Property Value
    Type Description
    ITrace

    Methods

    | Improve this Doc View Source

    Debug(Object)

    Declaration
    public static void Debug(object message)
    Parameters
    Type Name Description
    System.Object message
    | Improve this Doc View Source

    DebugFormat(String, Object[])

    Declaration
    public static void DebugFormat(string format, params object[] args)
    Parameters
    Type Name Description
    System.String format
    System.Object[] args
    | Improve this Doc View Source

    Error(Object)

    Declaration
    public static void Error(object message)
    Parameters
    Type Name Description
    System.Object message
    | Improve this Doc View Source

    ErrorFormat(String, Object[])

    Declaration
    public static void ErrorFormat(string format, params object[] args)
    Parameters
    Type Name Description
    System.String format
    System.Object[] args
    | Improve this Doc View Source

    Fatal(Object)

    Declaration
    public static void Fatal(object message)
    Parameters
    Type Name Description
    System.Object message
    | Improve this Doc View Source

    FatalFormat(String, Object[])

    Declaration
    public static void FatalFormat(string format, params object[] args)
    Parameters
    Type Name Description
    System.String format
    System.Object[] args
    | Improve this Doc View Source

    Info(Object)

    Declaration
    public static void Info(object message)
    Parameters
    Type Name Description
    System.Object message
    | Improve this Doc View Source

    InfoFormat(String, Object[])

    Declaration
    public static void InfoFormat(string format, params object[] args)
    Parameters
    Type Name Description
    System.String format
    System.Object[] args
    | Improve this Doc View Source

    Warn(Object)

    Declaration
    public static void Warn(object message)
    Parameters
    Type Name Description
    System.Object message
    | Improve this Doc View Source

    WarnFormat(String, Object[])

    Declaration
    public static void WarnFormat(string format, params object[] args)
    Parameters
    Type Name Description
    System.String format
    System.Object[] args
    • Improve this Doc
    • View Source
    Back to top Copyright © 2005-2022 Apache Software Foundation project
    Generated by DocFX