pion-net
4.0.9
|
#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::net::HTTPResponseWriterPtr &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.