5#include <SemanticObjectRelations/Hooks/Log.h>
18 void log(semrel::LogMetaInfo info,
const std::string& message)
override;
Base Class for all Logging classes.
const LogSenderPtr & getLogSender() const
Retrieve log sender.
static void setAsImplementation(const std::string &tag)
ArmarXLog(const std::string &tag="")
void log(semrel::LogMetaInfo info, const std::string &message) override
std::shared_ptr< LogSender > LogSenderPtr
Typedef of std::shared_ptr for convenience.