#include <src/main/decaf/util/logging/LogWriter.h>
|
| | LogWriter () |
| virtual | ~LogWriter () |
| virtual void | log (const std::string &file, const int line, const std::string &prefix, const std::string &message) |
| | Writes a message to the output destination.
|
| virtual void | log (const std::string &message) |
| | Writes a message to the output destination.
|
|
| static LogWriter & | getInstance () |
| | Get the singleton instance.
|
| static void | returnInstance () |
| | Returns a Checked out instance of this Writer.
|
| static void | destroy () |
| | Forcefully Delete the Instance of this LogWriter even if there are outstanding references.
|
◆ LogWriter()
| decaf::util::logging::LogWriter::LogWriter |
( |
| ) |
|
◆ ~LogWriter()
| virtual decaf::util::logging::LogWriter::~LogWriter |
( |
| ) |
|
|
virtual |
◆ destroy()
| void decaf::util::logging::LogWriter::destroy |
( |
| ) |
|
|
static |
Forcefully Delete the Instance of this LogWriter even if there are outstanding references.
◆ getInstance()
| LogWriter & decaf::util::logging::LogWriter::getInstance |
( |
| ) |
|
|
static |
◆ log() [1/2]
| virtual void decaf::util::logging::LogWriter::log |
( |
const std::string & | file, |
|
|
const int | line, |
|
|
const std::string & | prefix, |
|
|
const std::string & | message ) |
|
virtual |
Writes a message to the output destination.
- Parameters
-
◆ log() [2/2]
| virtual void decaf::util::logging::LogWriter::log |
( |
const std::string & | message | ) |
|
|
virtual |
Writes a message to the output destination.
- Parameters
-
◆ returnInstance()
| void decaf::util::logging::LogWriter::returnInstance |
( |
| ) |
|
|
static |
Returns a Checked out instance of this Writer.
The documentation for this class was generated from the following file: