#include <LogService.hpp>
Definition at line 48 of file LogService.hpp.
Public Member Functions | |
LogServiceAppender (void) | |
virtual | ~LogServiceAppender () |
void | setMaxEvents (unsigned int n) |
sets the maximum number of log events cached in memory | |
void | addLogString (const std::string &log_string) |
adds a formatted log message to the memory cache | |
void | writeLogEvents (pion::net::HTTPResponseWriterPtr &writer) |
writes the events cached in memory to a response stream |