Public Member Functions | |
void | append (const log4cxx::spi::LoggingEventPtr &event, log4cxx::helpers::Pool &) |
void | close () |
const std::list < log4cxx::spi::LoggingEventPtr > & | getList () const |
bool | isClosed () const |
bool | requiresLayout () const |
Protected Attributes | |
std::list < log4cxx::spi::LoggingEventPtr > | list |
Definition at line 11 of file service_exception.cpp.
void ListAppender::append | ( | const log4cxx::spi::LoggingEventPtr & | event, |
log4cxx::helpers::Pool & | |||
) | [inline] |
Definition at line 14 of file service_exception.cpp.
void ListAppender::close | ( | ) | [inline] |
Definition at line 19 of file service_exception.cpp.
const std::list<log4cxx::spi::LoggingEventPtr>& ListAppender::getList | ( | ) | const [inline] |
Definition at line 34 of file service_exception.cpp.
bool ListAppender::isClosed | ( | ) | const [inline] |
Definition at line 24 of file service_exception.cpp.
bool ListAppender::requiresLayout | ( | ) | const [inline] |
Definition at line 29 of file service_exception.cpp.
std::list<log4cxx::spi::LoggingEventPtr> ListAppender::list [protected] |
Definition at line 40 of file service_exception.cpp.