org.apache.qpid.server.logging.subjects
Class ConnectionLogSubject
java.lang.Object
org.apache.qpid.server.logging.subjects.AbstractLogSubject
org.apache.qpid.server.logging.subjects.ConnectionLogSubject
- All Implemented Interfaces:
- LogSubject
public class ConnectionLogSubject
- extends AbstractLogSubject
The Connection LogSubject
Method Summary |
String |
toLogString()
toLogString is how the Logging infrastructure will get the text for this
LogSubject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectionLogSubject
public ConnectionLogSubject(AMQProtocolSession session)
toLogString
public String toLogString()
- Description copied from class:
AbstractLogSubject
- toLogString is how the Logging infrastructure will get the text for this
LogSubject
- Specified by:
toLogString
in interface LogSubject
- Overrides:
toLogString
in class AbstractLogSubject
- Returns:
- String representing this LogSubject
Licensed to the Apache Software Foundation