|
| LoggerApi (const std::weak_ptr< spdlog::logger > &logger) |
|
virtual void | d (const std::string &tag, const std::string &message) override |
|
virtual void | i (const std::string &tag, const std::string &message) override |
|
virtual void | e (const std::string &tag, const std::string &message) override |
|
virtual void | w (const std::string &tag, const std::string &message) override |
|
virtual void | c (const std::string &tag, const std::string &message) override |
|
◆ c()
void ledger::core::LoggerApi::c |
( |
const std::string & |
tag, |
|
|
const std::string & |
message |
|
) |
| |
|
overridevirtual |
◆ d()
void ledger::core::LoggerApi::d |
( |
const std::string & |
tag, |
|
|
const std::string & |
message |
|
) |
| |
|
overridevirtual |
◆ e()
void ledger::core::LoggerApi::e |
( |
const std::string & |
tag, |
|
|
const std::string & |
message |
|
) |
| |
|
overridevirtual |
◆ i()
void ledger::core::LoggerApi::i |
( |
const std::string & |
tag, |
|
|
const std::string & |
message |
|
) |
| |
|
overridevirtual |
◆ w()
void ledger::core::LoggerApi::w |
( |
const std::string & |
tag, |
|
|
const std::string & |
message |
|
) |
| |
|
overridevirtual |
The documentation for this class was generated from the following files: