Public Member Functions
FIX::NullLog Class Reference

Null implementation of Log. More...

#include <Log.h>

Inheritance diagram for FIX::NullLog:
Inheritance graph
[legend]
Collaboration diagram for FIX::NullLog:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void clear ()
void backup ()
void onIncoming (const std::string &)
void onOutgoing (const std::string &)
void onEvent (const std::string &)

Detailed Description

Null implementation of Log.

This is only for internal use. Used when no log factory is passed to the initiator or acceptor.

Definition at line 100 of file Log.h.


Member Function Documentation

void FIX::NullLog::backup ( ) [inline, virtual]

Implements FIX::Log.

Definition at line 104 of file Log.h.

{}
void FIX::NullLog::clear ( ) [inline, virtual]

Implements FIX::Log.

Definition at line 103 of file Log.h.

{}
void FIX::NullLog::onEvent ( const std::string &  ) [inline, virtual]

Implements FIX::Log.

Definition at line 107 of file Log.h.

{}
void FIX::NullLog::onIncoming ( const std::string &  ) [inline, virtual]

Implements FIX::Log.

Definition at line 105 of file Log.h.

{}
void FIX::NullLog::onOutgoing ( const std::string &  ) [inline, virtual]

Implements FIX::Log.

Definition at line 106 of file Log.h.

{}

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

Generated on Mon Sep 15 2014 01:23:57 for QuickFIX by doxygen 1.7.6.1 written by Dimitri van Heesch, © 1997-2001