#include <src/main/decaf/util/logging/SimpleLogger.h>
Public Member Functions | |
| 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. | |
| decaf::util::logging::SimpleLogger::SimpleLogger | ( | const std::string & | name | ) |
Constructor.
| virtual decaf::util::logging::SimpleLogger::~SimpleLogger | ( | ) | [virtual] |
Destructor.
| virtual void decaf::util::logging::SimpleLogger::debug | ( | const std::string & | file, | |
| const int | line, | |||
| const std::string & | message | |||
| ) | [virtual] |
Log a Debug Level Log.
| virtual void decaf::util::logging::SimpleLogger::error | ( | const std::string & | file, | |
| const int | line, | |||
| const std::string & | message | |||
| ) | [virtual] |
Log a Error Level Log.
| virtual void decaf::util::logging::SimpleLogger::fatal | ( | const std::string & | file, | |
| const int | line, | |||
| const std::string & | message | |||
| ) | [virtual] |
Log a Fatal Level Log.
| 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] |
No-frills log.
| 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] |
Log a Warning Level Log.
1.6.1