Represents single configuration that has representing level, configuration type and a string based value.
More...
#include <easylogging++.h>
|
| class | Predicate |
| | Used to find configuration from configuration (pointers) repository. Avoid using it. More...
|
| |
Represents single configuration that has representing level, configuration type and a string based value.
String based value means any value either its boolean, integer or string itself, it will be embedded inside quotes and will be parsed later.
Consider some examples below:
Definition at line 1696 of file easylogging++.h.
◆ Configuration() [1/2]
◆ ~Configuration()
| virtual el::Configuration::~Configuration |
( |
void |
| ) |
|
|
inlinevirtual |
◆ Configuration() [2/2]
| el::Configuration::Configuration |
( |
Level |
level, |
|
|
ConfigurationType |
configurationType, |
|
|
const std::string & |
value |
|
) |
| |
Full constructor used to sets value of configuration.
◆ configurationType()
Gets configuration type of current configuration.
Definition at line 1713 of file easylogging++.h.
1714 return m_configurationType;
◆ level()
| Level el::Configuration::level |
( |
void |
| ) |
const |
|
inline |
◆ log()
◆ operator=()
◆ setValue()
| void el::Configuration::setValue |
( |
const std::string & |
value | ) |
|
|
inline |
Set string based configuration value.
- Parameters
-
| value | Value to set. Values have to be std::string; For boolean values use "true", "false", for any integral values use them in quotes. They will be parsed when configuring |
Definition at line 1725 of file easylogging++.h.
const std::string & value(void) const
Gets string based configuration value.
◆ value()
| const std::string& el::Configuration::value |
( |
void |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file:
- /home/abuild/rpmbuild/BUILD/electroneum-5.0.0.4/external/easylogging++/easylogging++.h