![]() |
fix8
version 1.4.0
Open Source C++ FIX Framework
|
#include <logger.hpp>
Public Member Functions | |
| LogElement (const thread_id_t tid, const std::string &str, Level level, const char *fl=nullptr, const unsigned val=0) | |
| LogElement (const thread_id_t tid, const std::string &str, const unsigned val=0) | |
| LogElement () | |
| LogElement (const LogElement &from) | |
| LogElement & | operator= (const LogElement &that) |
Public Attributes | |
| thread_id_t | _tid |
| std::string | _str |
| Level | _level |
| const char * | _fileline |
| unsigned | _val |
| Tickval | _when {true} |
Definition at line 188 of file logger.hpp.
|
inline |
Definition at line 197 of file logger.hpp.
|
inline |
Definition at line 199 of file logger.hpp.
|
inline |
Definition at line 201 of file logger.hpp.
|
inline |
Definition at line 202 of file logger.hpp.
|
inline |
| const char* FIX8::Logger::LogElement::_fileline |
Definition at line 193 of file logger.hpp.
Referenced by operator=(), FIX8::Logger::process_logline(), and FIX8::XmlFileLogger::process_logline().
| Level FIX8::Logger::LogElement::_level |
Definition at line 192 of file logger.hpp.
Referenced by operator=(), FIX8::Logger::process_logline(), and FIX8::XmlFileLogger::process_logline().
| std::string FIX8::Logger::LogElement::_str |
Definition at line 191 of file logger.hpp.
Referenced by FIX8::Logger::operator()(), operator=(), FIX8::Logger::process_logline(), and FIX8::XmlFileLogger::process_logline().
| thread_id_t FIX8::Logger::LogElement::_tid |
Definition at line 190 of file logger.hpp.
Referenced by operator=(), FIX8::Logger::process_logline(), and FIX8::XmlFileLogger::process_logline().
| unsigned FIX8::Logger::LogElement::_val |
Definition at line 194 of file logger.hpp.
Referenced by operator=(), FIX8::Logger::process_logline(), and FIX8::XmlFileLogger::process_logline().
| Tickval FIX8::Logger::LogElement::_when {true} |
Definition at line 195 of file logger.hpp.
Referenced by operator=(), FIX8::Logger::process_logline(), and FIX8::XmlFileLogger::process_logline().