Kea
1.9.9-git
|
#include <config.h>
#include <string>
#include <log/logger_support.h>
#include <log/logger_manager.h>
#include <log/logger_name.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 (const std::string &root, isc::log::Severity severity=isc::log::INFO, int dbglevel=0, const char *file=NULL, bool buffer=false) |
Run-time initialization. More... | |
bool | isc::log::isLoggingInitialized () |
Is logging initialized? More... | |
void | isc::log::setDefaultLoggingOutput (bool verbose=true) |
Reset root logger characteristics. More... | |
void | isc::log::setLoggingInitialized (bool state=true) |
Set state of "logging initialized" flag. More... | |