LogConfigClient Class Reference
Interacts with Logging service.
#include <logconfigClient.h>
Inheritance diagram for LogConfigClient:
Public Member Functions | |
LogConfigClient (std::string &ip, int dport, int sport) | |
void | asyncGetStatus (dpyLogconfig::list_handler_function handler, std::string name) |
void | asyncSetLevel (std::string appName, std::string level, dpyLogconfig::answer_pm_handler_function handler) |
Public Member Functions inherited from DpyMwClient | |
DpyMwClient (std::string &ip, int dport, int sport) | |
void | start () |
void | stop () |
void | subscribe (int messageType, boost::any handler) |
void | unsubscribe (int messageType) |
bool | isAlive () |
void | monitorServiceAvailability_S (const f_hearbeat_handler &handler) |
void | monitorServiceAvailability_U () |
Additional Inherited Members | |
Protected Member Functions inherited from DpyMwClient | |
void | sendRequest (int requestType, int responseType, std::string content, boost::any handler, int ms_timeout=2000) |
Protected Attributes inherited from DpyMwClient | |
map_proto_register_client | m_register_map |
std::mutex | m_map_mutex |