Class TraceLevel

java.lang.Object
com.yahoo.messagebus.TraceLevel

public final class TraceLevel extends Object
This class defines the Trace levels used by message bus.
Author:
Simon Thoresen Hult
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Traces information about which internal components are processing a routable.
    static final int
    Traces whenever an Error is added to a Reply.
    static final int
    Traces sending and receiving messages and replies on network level.
    static final int
    Traces splitting messages and merging replies.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • ERROR

      public static final int ERROR
      Traces whenever an Error is added to a Reply.
      See Also:
    • SEND_RECEIVE

      public static final int SEND_RECEIVE
      Traces sending and receiving messages and replies on network level.
      See Also:
    • SPLIT_MERGE

      public static final int SPLIT_MERGE
      Traces splitting messages and merging replies.
      See Also:
    • COMPONENT

      public static final int COMPONENT
      Traces information about which internal components are processing a routable.
      See Also:
  • Constructor Details

    • TraceLevel

      public TraceLevel()