Package org.apache.qpid.proton.logging
Class LoggingProtocolTracer
java.lang.Object
org.apache.qpid.proton.logging.LoggingProtocolTracer
- All Implemented Interfaces:
ProtocolTracer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
receivedFrame
(TransportFrame transportFrame) void
sentFrame
(TransportFrame transportFrame) void
setLogMessagePrefix
(String logMessagePrefix) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.qpid.proton.engine.impl.ProtocolTracer
receivedHeader, receivedSaslBody, sentHeader, sentSaslBody
-
Constructor Details
-
LoggingProtocolTracer
public LoggingProtocolTracer() -
LoggingProtocolTracer
-
-
Method Details
-
receivedFrame
- Specified by:
receivedFrame
in interfaceProtocolTracer
-
sentFrame
- Specified by:
sentFrame
in interfaceProtocolTracer
-
setLogMessagePrefix
-