#include <backend-persistent-file.hpp>
|
| PersistentFileBackend (const std::string &filePath) |
|
void | log (LogLevel logLevel, const std::string &file, const unsigned int &line, const std::string &func, const std::string &message) override |
|
logger::PersistentFileBackend::PersistentFileBackend |
( |
const std::string & |
filePath | ) |
|
|
inline |
void logger::PersistentFileBackend::log |
( |
LogLevel |
logLevel, |
|
|
const std::string & |
file, |
|
|
const unsigned int & |
line, |
|
|
const std::string & |
func, |
|
|
const std::string & |
message |
|
) |
| |
|
overridevirtual |
std::string logger::PersistentFileBackend::mfilePath |
|
private |
std::ofstream logger::PersistentFileBackend::mOut |
|
private |
The documentation for this class was generated from the following files: