logiops/src/logid/Receiver.cpp
2020-07-12 16:14:21 -04:00

9 lines
190 B
C++

#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());
}