Kea 2.7.5
|
#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 | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::log |
Functions | |
void | isc::log::checkExcessPlaceholders (std::string &message, unsigned int placeholder) |
Internal excess placeholder checker. | |
void | isc::log::replacePlaceholder (std::string &message, const std::string &replacement, const unsigned placeholder) |
The internal replacement routine. | |