Public Member Functions | List of all members
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]

Public Member Functions

void clear ()
 
void backup ()
 
void onIncoming (const std::string &)
 
void onOutgoing (const std::string &)
 
void onEvent (const std::string &)
 
- Public Member Functions inherited from FIX::Log
virtual ~Log ()
 

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 117 of file Log.h.

Member Function Documentation

◆ backup()

void FIX::NullLog::backup ( )
inlinevirtual

Implements FIX::Log.

Definition at line 121 of file Log.h.

124 : m_prefix( sessionID.toString() ),

Referenced by FIX::Log::~Log().

◆ clear()

void FIX::NullLog::clear ( )
inlinevirtual

Implements FIX::Log.

Definition at line 120 of file Log.h.

120 {}

Referenced by FIX::Log::~Log().

◆ onEvent()

void FIX::NullLog::onEvent ( const std::string &  )
inlinevirtual

Implements FIX::Log.

Definition at line 124 of file Log.h.

124 : m_prefix( sessionID.toString() ),

Referenced by FIX::Log::~Log().

◆ onIncoming()

void FIX::NullLog::onIncoming ( const std::string &  )
inlinevirtual

Implements FIX::Log.

Definition at line 122 of file Log.h.

124 : m_prefix( sessionID.toString() ),

Referenced by FIX::Log::~Log().

◆ onOutgoing()

void FIX::NullLog::onOutgoing ( const std::string &  )
inlinevirtual

Implements FIX::Log.

Definition at line 123 of file Log.h.

124 : m_prefix( sessionID.toString() ),

Referenced by FIX::Log::~Log().


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

Generated on Wed Apr 29 2020 19:41:30 for QuickFIX by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2001