#include <Logger.hpp>
Detailed Description
Definition at line 52 of file Logger.hpp.
Member Function Documentation
void HCE::Logger::initializeLoggers |
( |
| ) |
|
|
static |
< initialize loggers map
< Returns in range the names of all subkeys under the given key.
< if logger exist in configuration file, change channel
Definition at line 9 of file Logger.cpp.
void HCE::Logger::off |
( |
| ) |
|
|
static |
void HCE::Logger::on |
( |
const std::string & |
level | ) |
|
|
static |
void HCE::Logger::setLevelByChannelName |
( |
const std::string & |
name, |
|
|
const std::string & |
level |
|
) |
| |
|
static |
void HCE::Logger::setLevelByChannelName |
( |
const std::string & |
name, |
|
|
const int & |
level |
|
) |
| |
|
static |
void HCE::Logger::setLevelForAllChannel |
( |
const std::string & |
level | ) |
|
|
static |
void HCE::Logger::setLevelForAllChannel |
( |
const int & |
level | ) |
|
|
static |
void HCE::Logger::writeLog |
( |
const Poco::Message & |
msg, |
|
|
const std::string & |
channel = DEFAULT_LOG_NAME |
|
) |
| |
|
static |
if channel not exists and default channel not set - log message writes to unregister log
Definition at line 101 of file Logger.cpp.
void HCE::Logger::writeUnregisterLog |
( |
const Poco::Message & |
msg, |
|
|
const std::string & |
channel |
|
) |
| |
|
static |
Member Data Documentation
< use the default logger if specified logger does not exist (if "alwaysUseDefaultLog" equals true)
writing msg to setted channel
Definition at line 68 of file Logger.hpp.
The documentation for this class was generated from the following files: