Adding some Log messages
This commit is contained in:
@@ -18,7 +18,7 @@ namespace input
|
||||
Event::Event(uint8_t address, int priority, std::string name) :
|
||||
address(address), priority(priority), name(name)
|
||||
{
|
||||
CLOG_IF(VLOG_IS_ON(0), INFO, INPUT_LOGGER) << "Created event: " << name << ", address: " << address;
|
||||
//CLOG_IF(VLOG_IS_ON(0), INFO, INPUT_LOGGER) << "Created event: " << name << ", address: " << address;
|
||||
}
|
||||
|
||||
std::string Event::getJsonString()
|
||||
|
||||
Reference in New Issue
Block a user