A function table which is bound to log4cpp's NDC class. More...
#include <Wrapper.hh>
Public Attributes | |
std::string(* | pop )() |
void(* | push )(const std::string &message) |
A function table which is bound to log4cpp's NDC class.
Definition at line 42 of file Wrapper.hh.
std::string(* ndc_t::pop) () |
Definition at line 44 of file Wrapper.hh.
void(* ndc_t::push) (const std::string &message) |
Definition at line 43 of file Wrapper.hh.