org.apache.qpid.server.logging.subjects
Class ConnectionLogSubject

java.lang.Object
  extended by org.apache.qpid.server.logging.subjects.AbstractLogSubject
      extended by org.apache.qpid.server.logging.subjects.ConnectionLogSubject
All Implemented Interfaces:
LogSubject

public class ConnectionLogSubject
extends AbstractLogSubject

The Connection LogSubject


Field Summary
 
Fields inherited from class org.apache.qpid.server.logging.subjects.AbstractLogSubject
_logString
 
Constructor Summary
ConnectionLogSubject(AMQProtocolSession session)
           
 
Method Summary
 String toLogString()
          toLogString is how the Logging infrastructure will get the text for this LogSubject
 
Methods inherited from class org.apache.qpid.server.logging.subjects.AbstractLogSubject
setLogStringWithFormat
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionLogSubject

public ConnectionLogSubject(AMQProtocolSession session)
Method Detail

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