16 #ifndef AACE_LOGGER_LOGGER_H    17 #define AACE_LOGGER_LOGGER_H    22 #include "AACE/Core/PlatformInterface.h"    23 #include "LoggerEngineInterfaces.h"    58         std::chrono::system_clock::time_point time,
    59         const std::string& source,
    60         const std::string& message);
    70     void log(
Level level, 
const std::string& tag, 
const std::string& message);
    78     void setEngineInterface(std::shared_ptr<aace::logger::LoggerEngineInterface> loggerEngineInterface);
    81     std::shared_ptr<aace::logger::LoggerEngineInterface> m_loggerEngineInterface;
    87 #endif  // AACE_LOGGER_LOGGER_H 
Level
Definition: LoggerEngineInterfaces.h:35
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:31