Class TraceLevel


  • public final class TraceLevel
    extends Object
    This class defines the Trace levels used by message bus.
    Author:
    Simon Thoresen Hult
    • 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()