#include "logger_spdlog.hpp"
|
| | LoggerSpdlog (std::string tag, ConstLoggerConfigPtr config) |
| |
| virtual | ~Logger ()=default |
| |
| template<typename... Args> |
| void | trace (const std::string &format, const Args &... args) const |
| |
| template<typename... Args> |
| void | debug (const std::string &format, const Args &... args) const |
| |
| template<typename... Args> |
| void | info (const std::string &format, const Args &... args) const |
| |
| template<typename... Args> |
| void | warn (const std::string &format, const Args &... args) const |
| |
| template<typename... Args> |
| void | error (const std::string &format, const Args &... args) const |
| |
| template<typename... Args> |
| void | critical (const std::string &format, const Args &... args) const |
| |
| template<typename... Args> |
| void | log (Level level, const std::string &format, const Args &... args) const |
| |
◆ LoggerSpdlog()
- Parameters
-
| tag | - the tag for logging (aka logger name) |
| config | - logger configuration |
The documentation for this class was generated from the following files: