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

Member Function Documentation

◆ backup()

void FIX::NullLog::backup ( )
inlinevirtual

Implements FIX::Log.

Definition at line 119 of file Log.h.

119 : m_prefix( "GLOBAL" ),

◆ clear()

void FIX::NullLog::clear ( )
inlinevirtual

Implements FIX::Log.

Definition at line 118 of file Log.h.

119 : m_prefix( "GLOBAL" ),

◆ onEvent()

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

Implements FIX::Log.

Definition at line 122 of file Log.h.

124 : m_prefix( sessionID.toString() ),

◆ onIncoming()

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

Implements FIX::Log.

Definition at line 120 of file Log.h.

120 {}

◆ onOutgoing()

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

Implements FIX::Log.

Definition at line 121 of file Log.h.

124 : m_prefix( sessionID.toString() ),

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

Generated on Thu Apr 23 2020 04:32:03 for QuickFIX by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2001