![]() |
This interface must be implemented to create a Log. More...
#include <Log.h>
Public Member Functions | |
virtual | ~LogFactory () |
virtual Log * | create ()=0 |
virtual Log * | create (const SessionID &)=0 |
virtual void | destroy (Log *)=0 |
This interface must be implemented to create a Log.
Definition at line 42 of file Log.h.
virtual FIX::LogFactory::~LogFactory | ( | ) | [inline, virtual] |
Implemented in FIX::FileLogFactory, and FIX::ScreenLogFactory.
virtual Log* FIX::LogFactory::create | ( | ) | [pure virtual] |
Implemented in FIX::FileLogFactory, and FIX::ScreenLogFactory.
Referenced by FIX::Session::Session().
virtual void FIX::LogFactory::destroy | ( | Log * | ) | [pure virtual] |
Implemented in FIX::FileLogFactory, and FIX::ScreenLogFactory.
Referenced by FIX::Acceptor::~Acceptor(), FIX::Initiator::~Initiator(), and FIX::Session::~Session().