Kea 2.5.8
log_formatter.cc File Reference
#include <config.h>
#include <log/log_formatter.h>
#include <cassert>
+ Include dependency graph for log_formatter.cc:

Go to the source code of this file.

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.