FIX::LogFactory Class Referenceabstract

This interface must be implemented to create a Log. More...

#include <Log.h>

Inheritance diagram for FIX::LogFactory:

Public Member Functions

virtual ~LogFactory ()
virtual Logcreate ()=0
virtual Logcreate (const SessionID &)=0
virtual void destroy (Log *)=0

Detailed Description

This interface must be implemented to create a Log.

Definition at line 42 of file Log.h.

Constructor & Destructor Documentation

◆ ~LogFactory()

virtual FIX::LogFactory::~LogFactory ( )
inlinevirtual

Definition at line 45 of file Log.h.

45{}

Member Function Documentation

◆ create() [1/2]

virtual Log * FIX::LogFactory::create ( )
pure virtual

◆ create() [2/2]

virtual Log * FIX::LogFactory::create ( const SessionID & )
pure virtual

◆ destroy()

virtual void FIX::LogFactory::destroy ( Log * )
pure virtual

The documentation for this class was generated from the following file:

Generated on for QuickFIX by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2001