#include <src/main/decaf/util/logging/SimpleLogger.h>
|
| SimpleLogger (const std::string &name) |
| Constructor.
|
|
virtual | ~SimpleLogger () |
| Destructor.
|
|
virtual void | mark (const std::string &message) |
| Log a Mark Block Level Log.
|
|
virtual void | debug (const std::string &file, const int line, const std::string &message) |
| Log a Debug Level Log.
|
|
virtual void | info (const std::string &file, const int line, const std::string &message) |
| Log a Informational Level Log.
|
|
virtual void | warn (const std::string &file, const int line, const std::string &message) |
| Log a Warning Level Log.
|
|
virtual void | error (const std::string &file, const int line, const std::string &message) |
| Log a Error Level Log.
|
|
virtual void | fatal (const std::string &file, const int line, const std::string &message) |
| Log a Fatal Level Log.
|
|
virtual void | log (const std::string &message) |
| No-frills log.
|
|
◆ SimpleLogger()
decaf::util::logging::SimpleLogger::SimpleLogger |
( |
const std::string & | name | ) |
|
◆ ~SimpleLogger()
virtual decaf::util::logging::SimpleLogger::~SimpleLogger |
( |
| ) |
|
|
virtual |
◆ debug()
virtual void decaf::util::logging::SimpleLogger::debug |
( |
const std::string & | file, |
|
|
const int | line, |
|
|
const std::string & | message ) |
|
virtual |
◆ error()
virtual void decaf::util::logging::SimpleLogger::error |
( |
const std::string & | file, |
|
|
const int | line, |
|
|
const std::string & | message ) |
|
virtual |
◆ fatal()
virtual void decaf::util::logging::SimpleLogger::fatal |
( |
const std::string & | file, |
|
|
const int | line, |
|
|
const std::string & | message ) |
|
virtual |
◆ info()
virtual void decaf::util::logging::SimpleLogger::info |
( |
const std::string & | file, |
|
|
const int | line, |
|
|
const std::string & | message ) |
|
virtual |
Log a Informational Level Log.
◆ log()
virtual void decaf::util::logging::SimpleLogger::log |
( |
const std::string & | message | ) |
|
|
virtual |
◆ mark()
virtual void decaf::util::logging::SimpleLogger::mark |
( |
const std::string & | message | ) |
|
|
virtual |
Log a Mark Block Level Log.
◆ warn()
virtual void decaf::util::logging::SimpleLogger::warn |
( |
const std::string & | file, |
|
|
const int | line, |
|
|
const std::string & | message ) |
|
virtual |
The documentation for this class was generated from the following file: