#include <Logger.h>
|
| Logger (const std::string &className, std::mutex *mtx) |
|
std::string | getClassName () |
|
template<typename... Args> |
void | trace (const std::string &format, Args... args) |
|
template<typename... Args> |
void | debug (const std::string &format, Args... args) |
|
template<typename... Args> |
void | warn (const std::string &format, Args... args) |
|
template<typename... Args> |
void | info (const std::string &format, Args... args) |
|
template<typename... Args> |
void | error (const std::string &format, Args... args) |
|
Definition at line 40 of file Logger.h.
◆ Level
Enumerator |
---|
logNone | |
logError | |
logWarn | |
logInfo | |
logDebug | |
logTrace | |
Definition at line 45 of file Logger.h.
◆ Logger()
keyple::core::util::cpp::Logger::Logger |
( |
const std::string & |
className, |
|
|
std::mutex * |
mtx |
|
) |
| |
◆ debug()
template<typename... Args>
void keyple::core::util::cpp::Logger::debug |
( |
const std::string & |
format, |
|
|
Args... |
args |
|
) |
| |
|
inline |
◆ error()
template<typename... Args>
void keyple::core::util::cpp::Logger::error |
( |
const std::string & |
format, |
|
|
Args... |
args |
|
) |
| |
|
inline |
◆ getClassName()
std::string keyple::core::util::cpp::Logger::getClassName |
( |
| ) |
|
◆ info()
template<typename... Args>
void keyple::core::util::cpp::Logger::info |
( |
const std::string & |
format, |
|
|
Args... |
args |
|
) |
| |
|
inline |
◆ setLoggerLevel()
void keyple::core::util::cpp::Logger::setLoggerLevel |
( |
Logger::Level |
level | ) |
|
|
static |
◆ trace()
template<typename... Args>
void keyple::core::util::cpp::Logger::trace |
( |
const std::string & |
format, |
|
|
Args... |
args |
|
) |
| |
|
inline |
◆ warn()
template<typename... Args>
void keyple::core::util::cpp::Logger::warn |
( |
const std::string & |
format, |
|
|
Args... |
args |
|
) |
| |
|
inline |
The documentation for this class was generated from the following files: