#include <log4cpp/Category.hh>
#include <log4cpp/NDC.hh>
#include <log4cpp/PatternLayout.hh>
#include <log4cpp/PropertyConfigurator.hh>
Go to the source code of this file.
Classes | |
struct | appender_t |
A function table which is bound to log4cpp's Appender class. More... | |
struct | category_t |
A function table which is bound to log4cpp's Category class. More... | |
struct | ndc_t |
A function table which is bound to log4cpp's NDC class. More... | |
struct | pattern_layout_t |
A function table which is bound to log4cpp's PatternLayout class. More... | |
struct | property_configurator_t |
A function table which is bound to log4cpp's PropertyConfigurator class. More... | |
struct | wrapper_t |
A wrapper which bridges to log4cpp functionality. More... | |
Variables | |
LOG4CPP_EXPORT const LOG4CPP_NS::wrapper_t | Wrapper |
A functionality wrapper (= a set of function tables) which is exported. |
LOG4CPP_EXPORT const LOG4CPP_NS::wrapper_t Wrapper |
A functionality wrapper (= a set of function tables) which is exported.
Definition at line 74 of file Wrapper.hh.