Kea
1.9.9-git
|
Miscellaneous logging functions used by the unit tests. More...
Go to the source code of this file.
Namespaces | |
isc | |
Defines the logger used by the top-level component of kea-dhcp-ddns. | |
isc::log | |
Functions | |
void | isc::log::initLogger (isc::log::Severity severity=isc::log::DEBUG, int dbglevel=isc::log::MAX_DEBUG_LEVEL) |
Run-Time Initialization for Unit Tests from Environment. More... | |
int | isc::log::keaLoggerDbglevel (int defdbglevel) |
Obtains logging debug level from KEA_LOGGER_DBGLEVEL. More... | |
isc::log::Severity | isc::log::keaLoggerSeverity (isc::log::Severity defseverity) |
Obtains logging severity from KEA_LOGGER_SEVERITY. More... | |
Miscellaneous logging functions used by the unit tests.
As the configuration database is usually unavailable during unit tests, the functions defined here allow a limited amount of logging configuration through the use of environment variables
Definition in file logger_unittest_support.h.