org.apache.qpid.server.logging
Interface LogSubject

All Known Implementing Classes:
AbstractLogSubject, BindingLogSubject, ChannelLogSubject, ConnectionLogSubject, ExchangeLogSubject, MessageStoreLogSubject, QueueLogSubject, ServerConnection, ServerSession, Subscription_0_10, SubscriptionLogSubject

public interface LogSubject

Each LogSubject that wishes to be logged will implement this to provide their own display representation.


Method Summary
 String toLogString()
          Provides the log message as as String.
 

Method Detail

toLogString

String toLogString()
Provides the log message as as String.



Licensed to the Apache Software Foundation