#include <logger.h>
|
| | Logger (const std::string_view loggerName) |
| |
| void | Init (const size_t queueSize=8192, const size_t threadCount=1) |
| |
Definition at line 8 of file logger.h.
◆ Logger()
| TD::Logger::Logger |
( |
const std::string_view |
loggerName | ) |
|
|
inlineexplicit |
◆ Init()
| void TD::Logger::Init |
( |
const size_t |
queueSize = 8192, |
|
|
const size_t |
threadCount = 1 |
|
) |
| |
|
inline |
◆ logger_
| std::shared_ptr<spdlog::logger> TD::Logger::logger_ |
|
private |
◆ loggerName_
| std::string TD::Logger::loggerName_ |
|
private |
The documentation for this class was generated from the following file: