Kea
1.9.9-git
|
#include <config.h>
#include <iostream>
#include <algorithm>
#include <string>
#include <log/logger_level.h>
#include <log/logger_name.h>
#include <log/logger_manager.h>
#include <log/logger_specification.h>
#include <log/logger_unittest_support.h>
#include <log/logger_support.h>
#include <log/output_option.h>
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... | |