#include <src/main/decaf/util/logging/SimpleLogger.h>
|
| | SimpleLogger (const std::string &name) |
| | Constructor. More...
|
| |
| virtual | ~SimpleLogger () |
| | Destructor. More...
|
| |
| virtual void | mark (const std::string &message) |
| | Log a Mark Block Level Log. More...
|
| |
| virtual void | debug (const std::string &file, const int line, const std::string &message) |
| | Log a Debug Level Log. More...
|
| |
| virtual void | info (const std::string &file, const int line, const std::string &message) |
| | Log a Informational Level Log. More...
|
| |
| virtual void | warn (const std::string &file, const int line, const std::string &message) |
| | Log a Warning Level Log. More...
|
| |
| virtual void | error (const std::string &file, const int line, const std::string &message) |
| | Log a Error Level Log. More...
|
| |
| virtual void | fatal (const std::string &file, const int line, const std::string &message) |
| | Log a Fatal Level Log. More...
|
| |
| virtual void | log (const std::string &message) |
| | No-frills log. More...
|
| |
| decaf::util::logging::SimpleLogger::SimpleLogger |
( |
const std::string & |
name | ) |
|
| virtual decaf::util::logging::SimpleLogger::~SimpleLogger |
( |
| ) |
|
|
virtual |
| virtual void decaf::util::logging::SimpleLogger::debug |
( |
const std::string & |
file, |
|
|
const int |
line, |
|
|
const std::string & |
message |
|
) |
| |
|
virtual |
| virtual void decaf::util::logging::SimpleLogger::error |
( |
const std::string & |
file, |
|
|
const int |
line, |
|
|
const std::string & |
message |
|
) |
| |
|
virtual |
| virtual void decaf::util::logging::SimpleLogger::fatal |
( |
const std::string & |
file, |
|
|
const int |
line, |
|
|
const std::string & |
message |
|
) |
| |
|
virtual |
| virtual void decaf::util::logging::SimpleLogger::info |
( |
const std::string & |
file, |
|
|
const int |
line, |
|
|
const std::string & |
message |
|
) |
| |
|
virtual |
Log a Informational Level Log.
| virtual void decaf::util::logging::SimpleLogger::log |
( |
const std::string & |
message | ) |
|
|
virtual |
| virtual void decaf::util::logging::SimpleLogger::mark |
( |
const std::string & |
message | ) |
|
|
virtual |
Log a Mark Block Level Log.
| 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: