A function table which is bound to log4cpp's Category class. More...
#include <Wrapper.hh>
Public Attributes | |
void(Category::* | addAppender )(Appender *appender) |
Category *(* | exists )(const std::string &name) |
std::vector< Category * > *(* | getCurrentCategories )() |
Category &(* | getInstance )(const std::string &name) |
Category &(* | getRoot )() |
bool(Category::* | isDebugEnabled )() |
bool(Category::* | isInfoEnabled )() |
bool(Category::* | isWarnEnabled )() |
void(Category::* | logva )(Priority::Value priority, const char *stringFormat, va_list va) |
void(Category::* | removeAppender )(Appender *appender) |
void(Category::* | setPriority )(Priority::Value priority) |
void(* | shutdown )() |
A function table which is bound to log4cpp's Category class.
Definition at line 14 of file Wrapper.hh.
void(Category::* category_t::addAppender)(Appender *appender) |
Definition at line 25 of file Wrapper.hh.
Category*(* category_t::exists)(const std::string &name) |
Definition at line 17 of file Wrapper.hh.
std::vector<Category*>*(* category_t::getCurrentCategories)() |
Definition at line 16 of file Wrapper.hh.
Category&(* category_t::getInstance)(const std::string &name) |
Definition at line 15 of file Wrapper.hh.
Category&(* category_t::getRoot)() |
Definition at line 18 of file Wrapper.hh.
bool(Category::* category_t::isDebugEnabled)() |
Definition at line 23 of file Wrapper.hh.
bool(Category::* category_t::isInfoEnabled)() |
Definition at line 21 of file Wrapper.hh.
bool(Category::* category_t::isWarnEnabled)() |
Definition at line 22 of file Wrapper.hh.
void(Category::* category_t::logva)(Priority::Value priority, const char *stringFormat, va_list va) |
Definition at line 20 of file Wrapper.hh.
void(Category::* category_t::removeAppender)(Appender *appender) |
Definition at line 26 of file Wrapper.hh.
void(Category::* category_t::setPriority)(Priority::Value priority) |
Definition at line 24 of file Wrapper.hh.
void(* category_t::shutdown)() |
Definition at line 19 of file Wrapper.hh.