added logging
This commit is contained in:
@@ -18,6 +18,8 @@ EventNotifier::EventNotifier()
|
||||
: is_running(true)
|
||||
{
|
||||
notify_thread = std::thread(&EventNotifier::notify, this);
|
||||
|
||||
CLOG(INFO, INPUT_LOGGER) << "Created EventNotifier and started thread";
|
||||
}
|
||||
|
||||
EventNotifier::~EventNotifier()
|
||||
|
||||
Reference in New Issue
Block a user