8 #ifndef INCLUDE_CORE_OBJECT_WITH_LOG_H
9 #define INCLUDE_CORE_OBJECT_WITH_LOG_H
34 log_ = std::move(log);
Base class for objects with a Log member.
Definition: ObjectWithLog.h:25
Multi-domain multi-sink logger.
Definition: Log.h:57
Log & getLog()
Fetches a reference to the owned log instance.
Definition: ObjectWithLog.h:28
void setLog(Log log)
Sets the log instance.
Definition: ObjectWithLog.h:33