A function table which is bound to log4cpp's Appender class. More...
#include <Wrapper.hh>
Public Attributes | |
Appender *(* | createFileAppender )(const std::string &name, const std::string &fileName, bool append, mode_t mode) |
void(Appender::* | setLayout )(Layout *layout) |
void(Appender::* | setThreshold )(Priority::Value threshold) |
A function table which is bound to log4cpp's Appender class.
Definition at line 55 of file Wrapper.hh.
Appender*(* appender_t::createFileAppender)(const std::string &name, const std::string &fileName, bool append, mode_t mode) |
Definition at line 56 of file Wrapper.hh.
void(Appender::* appender_t::setLayout)(Layout *layout) |
Definition at line 58 of file Wrapper.hh.
void(Appender::* appender_t::setThreshold)(Priority::Value threshold) |
Definition at line 57 of file Wrapper.hh.