rabbit.proxy
Interface ConnectionLogger

All Known Implementing Classes:
ProxyLogger

public interface ConnectionLogger

A logger interface.

Author:
Robert Olofsson

Method Summary
 void logConnection(Connection con)
          Log a finished connection.
 

Method Detail

logConnection

void logConnection(Connection con)
Log a finished connection.

Parameters:
con - the Connection that has finished one operation.