Class CLogReceiver
Defined in File ecal_log_receiver.h
Class Documentation
-
class CLogReceiver
Public Functions
-
CLogReceiver(const SReceiverAttributes &attr_)
Constructor.
-
~CLogReceiver()
Destructor.
-
void Start()
Start logging.
-
void Stop()
Stop logging.
-
bool GetLogging(std::string &log_msg_list_string_)
Get the log messages.
- Parameters:
log_msg_list_string_ – The log messages.
- Returns:
True if enabled and the message receiving got called.
-
CLogReceiver(const SReceiverAttributes &attr_)