Kea  1.9.9-git
logger_unittest_support.h File Reference

Miscellaneous logging functions used by the unit tests. More...

#include <string>
#include <log/logger.h>
+ Include dependency graph for logger_unittest_support.h:
+ This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

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.