#include <logger_specification.h>
Definition at line 29 of file logger_specification.h.
◆ const_iterator
◆ iterator
◆ LoggerSpecification()
isc::log::LoggerSpecification::LoggerSpecification |
( |
const std::string & | name = "", |
|
|
isc::log::Severity | severity = isc::log::INFO, |
|
|
int | dbglevel = 0, |
|
|
bool | additive = false ) |
|
inline |
Constructor.
- Parameters
-
name | Name of the logger. |
severity | Severity at which this logger logs |
dbglevel | Debug level |
additive | true to cause message logged with this logger to be passed to the parent for logging. |
Definition at line 41 of file logger_specification.h.
◆ addOutputOption()
void isc::log::LoggerSpecification::addOutputOption |
( |
const OutputOption & | option | ) |
|
|
inline |
◆ begin() [1/2]
iterator isc::log::LoggerSpecification::begin |
( |
| ) |
|
|
inline |
◆ begin() [2/2]
◆ end() [1/2]
iterator isc::log::LoggerSpecification::end |
( |
| ) |
|
|
inline |
◆ end() [2/2]
◆ getAdditive()
bool isc::log::LoggerSpecification::getAdditive |
( |
| ) |
const |
|
inline |
◆ getDbglevel()
int isc::log::LoggerSpecification::getDbglevel |
( |
| ) |
const |
|
inline |
◆ getName()
std::string isc::log::LoggerSpecification::getName |
( |
| ) |
const |
|
inline |
◆ getSeverity()
◆ optionCount()
size_t isc::log::LoggerSpecification::optionCount |
( |
| ) |
const |
|
inline |
◆ reset()
void isc::log::LoggerSpecification::reset |
( |
| ) |
|
|
inline |
◆ setAdditive()
void isc::log::LoggerSpecification::setAdditive |
( |
bool | additive | ) |
|
|
inline |
Set the additive flag.
- Parameters
-
additive | New value of the additive flag. |
Definition at line 87 of file logger_specification.h.
◆ setDbglevel()
void isc::log::LoggerSpecification::setDbglevel |
( |
int | dbglevel | ) |
|
|
inline |
Set the debug level.
- Parameters
-
dbglevel | New debug level of the logger. |
Definition at line 75 of file logger_specification.h.
◆ setName()
void isc::log::LoggerSpecification::setName |
( |
const std::string & | name | ) |
|
|
inline |
◆ setSeverity()
The documentation for this class was generated from the following file: