#include <logs.hpp>
◆ Logs()
logicalaccess::Logs::Logs |
( |
const char * |
file, |
|
|
const char * |
func, |
|
|
int |
line, |
|
|
enum LogLevel |
level |
|
) |
| |
◆ ~Logs()
logicalaccess::Logs::~Logs |
( |
| ) |
|
◆ operator<<()
template<class T >
Logs & logicalaccess::Logs::operator<< |
( |
const T & |
arg | ) |
|
|
inline |
◆ pretty_context_infos()
std::string logicalaccess::Logs::pretty_context_infos |
( |
| ) |
|
|
staticprivate |
Build a string containing some contextual information.
◆ _stream
std::stringstream logicalaccess::Logs::_stream |
|
private |
◆ d_level
enum LogLevel logicalaccess::Logs::d_level |
|
private |
◆ logfile
std::ofstream logicalaccess::Logs::logfile |
|
static |
◆ logLevelMsg
std::map< LogLevel, std::string > logicalaccess::Logs::logLevelMsg |
|
staticprivate |
◆ logToStderr
bool logicalaccess::Logs::logToStderr = false |
|
static |
Do we duplicate the log to stderr? Defaults to false.
The documentation for this class was generated from the following files:
- C:/dev/lla/liblogicalaccess/plugins/logicalaccess/plugins/llacommon/logs.hpp
- C:/dev/lla/liblogicalaccess/plugins/logicalaccess/plugins/llacommon/logs.cpp