#include <PipeLogEngine.h>
|
typedef std::function< void(const std::string &)> | onLogEvent_t |
|
◆ onLogEvent_t
◆ CLogEngine()
CLogEngine::CLogEngine |
( |
bool |
_debugMode = false | ) |
|
◆ ~CLogEngine()
CLogEngine::~CLogEngine |
( |
| ) |
|
◆ debug_msg()
void dds::pipe_log_engine::CLogEngine::debug_msg |
( |
const std::string & |
_msg, |
|
|
const std::string & |
_id = "**" |
|
) |
| const |
|
inline |
◆ operator()()
void CLogEngine::operator() |
( |
const std::string & |
_msg, |
|
|
const std::string & |
_id = "**" , |
|
|
bool |
_debugMsg = false |
|
) |
| const |
◆ setDbgFlag()
void dds::pipe_log_engine::CLogEngine::setDbgFlag |
( |
bool |
_dbgFlag | ) |
|
|
inline |
◆ start()
void CLogEngine::start |
( |
const std::string & |
_pipeFilePath, |
|
|
onLogEvent_t |
_callback = nullptr |
|
) |
| |
◆ stop()
void CLogEngine::stop |
( |
| ) |
|
The documentation for this class was generated from the following files: