10#ifndef _LOG4SHIB_OSTREAMAPPENDER_HH
11#define _LOG4SHIB_OSTREAMAPPENDER_HH
#define LOG4SHIB_EXPORT
Definition Export.hh:11
LayoutAppender(const std::string &name)
Definition LayoutAppender.cpp:15
OstreamAppender(const std::string &name, std::ostream *stream)
Definition OstreamAppender.cpp:21
std::ostream * _stream
Definition OstreamAppender.hh:34
virtual void close()
Release any resources allocated within the appender such as file handles, network connections,...
Definition OstreamAppender.cpp:30
virtual void _append(const LoggingEvent &event)
Log in Appender specific way.
Definition OstreamAppender.cpp:34
virtual bool reopen()
Reopens the output destination of this Appender, e.g.
Definition OstreamAppender.cpp:41
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