This class is interface to write logger independent system.
More...
#include <Logger.h>
|
void | Trace (const std::string &message) |
|
void | Debug (const std::string &message) |
|
void | Info (const std::string &message) |
|
void | Warning (const std::string &message) |
|
void | Error (const std::string &message) |
|
void | Critical (const std::string &message) |
|
void | Trace (const char *message) |
|
void | Debug (const char *message) |
|
void | Info (const char *message) |
|
void | Warning (const char *message) |
|
void | Error (const char *message) |
|
void | Critical (const char *message) |
|
|
detail::LoggerImpl * | m_impl |
|
This class is interface to write logger independent system.
Use your favourite logger internally.
The documentation for this class was generated from the following file: