logiops/src/logid/Receiver.cpp

9 lines
190 B
C++
Raw Normal View History

2020-06-20 01:58:33 +00:00
#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());
}