Class specifically for scope debug logging.
More...
#include <logger-scope.hpp>
|
| LoggerScope (const std::string &file, const unsigned int line, const std::string &func, const std::string &message, const std::string &rootDir) |
|
| ~LoggerScope () |
|
Class specifically for scope debug logging.
Should be used at the beggining of a scope. Constructor marks scope enterance, destructor marks scope leave.
logger::LoggerScope::LoggerScope |
( |
const std::string & |
file, |
|
|
const unsigned int |
line, |
|
|
const std::string & |
func, |
|
|
const std::string & |
message, |
|
|
const std::string & |
rootDir |
|
) |
| |
logger::LoggerScope::~LoggerScope |
( |
| ) |
|
const std::string logger::LoggerScope::mFile |
|
private |
const std::string logger::LoggerScope::mFunc |
|
private |
const unsigned int logger::LoggerScope::mLine |
|
private |
const std::string logger::LoggerScope::mMessage |
|
private |
const std::string logger::LoggerScope::mRootDir |
|
private |
The documentation for this class was generated from the following files: