#include <src/main/decaf/util/logging/LogWriter.h>
◆ LogWriter()
| decaf::util::logging::LogWriter::LogWriter |
( |
| ) |
|
◆ ~LogWriter()
| virtual decaf::util::logging::LogWriter::~LogWriter |
( |
| ) |
|
|
virtual |
◆ destroy()
| static void decaf::util::logging::LogWriter::destroy |
( |
| ) |
|
|
static |
Forcefully Delete the Instance of this LogWriter even if there are outstanding references.
◆ getInstance()
| static LogWriter& decaf::util::logging::LogWriter::getInstance |
( |
| ) |
|
|
static |
Get the singleton instance.
◆ 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()
| static 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: