10#ifndef _LOG4CPP_OSTREAMAPPENDER_HH
11#define _LOG4CPP_OSTREAMAPPENDER_HH
28 virtual bool reopen();
#define LOG4CPP_EXPORT
Definition Export.hh:26
#define LOG4CPP_UNIQUE_PTR
Definition Portability.hh:73
LayoutAppender is a common superclass for all Appenders that require a Layout.
Definition LayoutAppender.hh:24
OstreamAppender appends LoggingEvents to ostreams.
Definition OstreamAppender.hh:23
std::ostream * _stream
Definition OstreamAppender.hh:34
The top level namespace for all 'Log for C++' types and classes.
Definition AbortAppender.hh:16
The internal representation of logging events.
Definition LoggingEvent.hh:32