Kea  1.9.9-git
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

 isc
 Defines the logger used by the top-level component of kea-dhcp-ddns.
 
 isc::log
 

Typedefs

Type definitions for containers shared among instances of the class.
typedef std::list< const char ** > isc::log::LoggerValuesList
 List of pointers to the messages. More...
 
typedef boost::shared_ptr< LoggerValuesList > isc::log::LoggerValuesListPtr
 Shared pointer to the list of pointers to the messages. More...
 
typedef std::list< std::string > isc::log::LoggerDuplicatesList
 List of duplicated messages. More...
 
typedef boost::shared_ptr< LoggerDuplicatesList > isc::log::LoggerDuplicatesListPtr
 Shared pointer to the list of duplicated messages. More...