|  | Kea 3.0.0
    | 
| Classes | |
| class | BufferAppender | 
| Buffering Logger Appender.  More... | |
| class | LogBufferAddAfterFlush | 
| Buffer add after flush.  More... | |
| Typedefs | |
| typedef std::pair< std::string, LogEventPtr > | 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. | |
| typedef std::vector< LevelAndEvent > | LogEventList | 
| 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 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.
| typedef std::vector<LevelAndEvent> isc::log::internal::LogEventList | 
Convenience typedef for a vector of LevelAndEvent instances.
Definition at line 42 of file buffer_appender_impl.h.
| 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.