|
| Log (std::string filename, LogPriority priority) |
|
|
static Log & | init_logger (std::string filename, LogPriority priority) |
|
|
int | sync () |
|
int | overflow (int c) |
|
|
std::string | buffer_ |
|
std::ofstream | logfile |
|
LogPriority | priority_curr |
|
LogPriority | priority_set |
|
const std::map< LogPriority, std::string > | name_map |
|
|
static Log * | singleton = nullptr |
|
§ name_map
const std::map<LogPriority,std::string> fv::util::Log::name_map |
|
private |
Initial value:= {{kLogEmergency, "EMERGENCY"},
{kLogAlert, "ALERT"},
{kLogCritical, "CRITICAL"},
{kLogError, "ERROR"},
{kLogWarning, "WARNING"},
{kLogNotice, "NOTICE"},
{kLogInfo, "INFO"},
{kLogDebug, "DEBUG"}}
The documentation for this class was generated from the following file:
- /home/caleb/Sources/TTTT/filval/log.hpp