Rewrite logid::DeviceMonitor

This commit is contained in:
pixl
2020-06-19 21:58:33 -04:00
parent b41649b0de
commit 7f1af81910
12 changed files with 129 additions and 867 deletions
+9
View File
@@ -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());
}