#include <exceptions/exceptions.h>
#include <log4cplus/logger.h>
#include <log4cplus/spi/loggingevent.h>
#include <boost/shared_ptr.hpp>
Go to the source code of this file.
|
| 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.
|
| |
| typedef std::vector< LevelAndEvent > | isc::log::internal::LogEventList |
| | Convenience typedef for a vector of LevelAndEvent instances.
|
| |
| typedef boost::shared_ptr< log4cplus::spi::InternalLoggingEvent > | isc::log::internal::LogEventPtr |
| | Convenience typedef for a pointer to a log event.
|
| |