Rewrite logid::DeviceMonitor
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#include "Receiver.h"
|
||||
#include "util.h"
|
||||
|
||||
using namespace logid;
|
||||
|
||||
Receiver::Receiver(std::string path) : _path (path)
|
||||
{
|
||||
log_printf(DEBUG, "logid::Receiver created on %s", path.c_str());
|
||||
}
|
||||
Reference in New Issue
Block a user