Kea 2.7.5
|
#include <boost/noncopyable.hpp>
#include <boost/shared_ptr.hpp>
#include <cstdlib>
#include <list>
#include <string>
Go to the source code of this file.
Classes | |
class | isc::log::MessageInitializer |
Initialize Message Dictionary. More... | |
Namespaces | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::log |
Typedefs | |
Type definitions for containers shared among instances of the class. | |
typedef std::list< std::string > | isc::log::LoggerDuplicatesList |
List of duplicated messages. | |
typedef boost::shared_ptr< LoggerDuplicatesList > | isc::log::LoggerDuplicatesListPtr |
Shared pointer to the list of duplicated messages. | |
typedef std::list< const char ** > | isc::log::LoggerValuesList |
List of pointers to the messages. | |
typedef boost::shared_ptr< LoggerValuesList > | isc::log::LoggerValuesListPtr |
Shared pointer to the list of pointers to the messages. | |