16 #ifndef AACE_LOGGER_LOGGER_H 17 #define AACE_LOGGER_LOGGER_H 22 #include "AACE/Core/PlatformInterface.h" 23 #include "LoggerEngineInterfaces.h" 66 void log(
Level level,
const std::string& tag,
const std::string& message );
74 void setEngineInterface( std::shared_ptr<aace::logger::LoggerEngineInterface> loggerEngineInterface );
77 std::shared_ptr<aace::logger::LoggerEngineInterface> m_loggerEngineInterface;
83 #endif // AACE_LOGGER_LOGGER_H
Level
Definition: LoggerEngineInterfaces.h:36
Definition: AddressBook.h:26
virtual bool logEvent(aace::logger::Logger::Level level, std::chrono::system_clock::time_point time, const std::string &source, const std::string &message)
Definition: Logger.cpp:23
void log(Level level, const std::string &tag, const std::string &message)
Definition: Logger.cpp:27