#include <XMLLogService.hpp>
Definition at line 34 of file XMLLogService.hpp.
Public Member Functions | |
| XMLLogServiceAppender (void) | |
| virtual | ~XMLLogServiceAppender () |
| void | setMaxEvents (unsigned int n) |
| sets the maximum number of log events cached in memory | |
| void | writeLogEvents (pion::net::HTTPResponseWriterPtr &writer) |
| writes the events cached in memory to a response stream | |
| void | acknowledgeEvent (std::string id) |
| deletes the event with the specified ID from the queue | |
| void | acknowledgeAllEvents (void) |
| deletes all events from the queue | |
| virtual void | close () |
Protected Member Functions | |
| virtual void | append (const log4cplus::spi::InternalLoggingEvent &event) |
1.4.7