Kea 2.5.8
isc::log::internal Namespace Reference

Classes

class  BufferAppender
 Buffering Logger Appender. More...
 
class  LogBufferAddAfterFlush
 Buffer add after flush. More...
 

Typedefs

typedef std::pair< std::string, LogEventPtrLevelAndEvent
 Convenience typedef for a pair string/logeventptr, the string representing the logger level, as returned by LogLevelManager::toString() at the time of initial logging.
 
typedef std::vector< LevelAndEventLogEventList
 Convenience typedef for a vector of LevelAndEvent instances.
 
typedef boost::shared_ptr< log4cplus::spi::InternalLoggingEvent > LogEventPtr
 Convenience typedef for a pointer to a log event.
 

Typedef Documentation

◆ LevelAndEvent

typedef std::pair<std::string, LogEventPtr> isc::log::internal::LevelAndEvent

Convenience typedef for a pair string/logeventptr, the string representing the logger level, as returned by LogLevelManager::toString() at the time of initial logging.

Definition at line 39 of file buffer_appender_impl.h.

◆ LogEventList

Convenience typedef for a vector of LevelAndEvent instances.

Definition at line 42 of file buffer_appender_impl.h.

◆ LogEventPtr

typedef boost::shared_ptr<log4cplus::spi::InternalLoggingEvent> isc::log::internal::LogEventPtr

Convenience typedef for a pointer to a log event.

Definition at line 34 of file buffer_appender_impl.h.