Class TraceLevel


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

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

      Constructors 
      Constructor Description
      TraceLevel()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • ERROR

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

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

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

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

      • TraceLevel

        public TraceLevel()