Go to the documentation of this file.
10 #ifndef _LOG4CPP_APPENDERSKELETON_HH
11 #define _LOG4CPP_APPENDERSKELETON_HH
50 virtual bool reopen();
56 virtual void close() = 0;
63 virtual bool requiresLayout()
const = 0;
69 virtual void setLayout(
Layout* layout) = 0;
88 virtual void setFilter(
Filter* filter);
94 virtual Filter* getFilter();
111 #endif // _LOG4CPP_APPENDERSKELETON_HH