Kea 2.5.8
message_initializer.h File Reference
#include <boost/noncopyable.hpp>
#include <boost/shared_ptr.hpp>
#include <cstdlib>
#include <list>
#include <string>
+ Include dependency graph for message_initializer.h:
+ This graph shows which files directly or indirectly include this file:

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.