#include <LogService.hpp>
| Public Member Functions | |
| 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::http::response_writer_ptr &writer) | 
| writes the events cached in memory to a response stream | |
LogServiceAppender: caches log events in memory for use by LogService
Definition at line 43 of file LogService.hpp.
 1.6.1
 1.6.1