Kea
1.9.9-git
|
#include <cstddef>
#include <string>
#include <iostream>
#include <exceptions/exceptions.h>
#include <log/logger_level.h>
#include <boost/make_shared.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/lexical_cast.hpp>
Go to the source code of this file.
Classes | |
class | isc::log::FormatFailure |
Format Failure. More... | |
class | isc::log::Formatter< Logger > |
The log message formatter. More... | |
class | isc::log::MismatchedPlaceholders |
Mismatched Placeholders. More... | |
Namespaces | |
isc | |
Defines the logger used by the top-level component of kea-dhcp-ddns. | |
isc::log | |
Functions | |
void | isc::log::checkExcessPlaceholders (std::string &message, unsigned int placeholder) |
Internal excess placeholder checker. More... | |
void | isc::log::replacePlaceholder (std::string &message, const std::string &replacement, const unsigned placeholder) |
The internal replacement routine. More... | |