Index  Source Files  Annotated Class List  Alphabetical Class List  Class Hierarchy  Graphical Class Hierarchy   
 

FIX::Log Class Reference

This interface must be implemented to log messages and events. More...

#include <Log.h>

Inheritance diagram for FIX::Log:

Inheritance graph
[legend]
List of all members.

Public Member Functions

virtual ~Log ()
virtual void clear ()=0
virtual void onIncoming (const std::string &)=0
virtual void onOutgoing (const std::string &)=0
virtual void onEvent (const std::string &)=0

Detailed Description

This interface must be implemented to log messages and events.

Definition at line 81 of file Log.h.


Constructor & Destructor Documentation

virtual FIX::Log::~Log  )  [inline, virtual]
 

Definition at line 84 of file Log.h.

00084 {}


Member Function Documentation

virtual void FIX::Log::clear  )  [pure virtual]
 

Implemented in FIX::FileLog, FIX::ScreenLog, and FIX::SessionState.

Referenced by FIX::SessionState::clear().

virtual void FIX::Log::onEvent const std::string &   )  [pure virtual]
 

Implemented in FIX::FileLog, FIX::ScreenLog, and FIX::SessionState.

Referenced by FIX::ThreadedSocketInitiator::doConnect(), FIX::SocketInitiator::doConnect(), FIX::Acceptor::log(), FIX::SessionState::onEvent(), FIX::ThreadedSocketConnection::read(), and FIX::SocketConnection::read().

virtual void FIX::Log::onIncoming const std::string &   )  [pure virtual]
 

Implemented in FIX::FileLog, FIX::ScreenLog, and FIX::SessionState.

Referenced by FIX::SessionState::onIncoming().

virtual void FIX::Log::onOutgoing const std::string &   )  [pure virtual]
 

Implemented in FIX::FileLog, FIX::ScreenLog, and FIX::SessionState.

Referenced by FIX::SessionState::onOutgoing().


The documentation for this class was generated from the following file:
Generated on Mon Jul 24 19:36:45 2006 for QuickFIX by doxygen 1.3.6-20040222 written by Dimitri van Heesch, © 1997-2001