log4cpp:OstreamAppender (3)





NAME

       log4cpp::OstreamAppender - OstreamAppender appends LoggingEvents to
       ostreams.


SYNOPSIS

       #include <OstreamAppender.hh>

       Inherits log4cpp::LayoutAppender.

   Public Methods
       OstreamAppender (const std::string &name, std::ostream *stream)
       virtual ~OstreamAppender ()
       virtual bool reopen ()
           Reopens the output destination of this Appender, e.g.
       virtual void close ()
           Release any resources allocated within the appender such as file
           handles, network connections, etc.

   Protected Methods
       virtual void _append (const LoggingEvent &event)
           Log in Appender specific way.

   Protected Attributes
       std::ostream * _stream


DETAILED DESCRIPTION

       OstreamAppender appends LoggingEvents to ostreams.


CONSTRUCTOR & DESTRUCTOR DOCUMENTATION

   log4cpp::OstreamAppender::OstreamAppender (const std::string & name,
       std::ostream * stream)
   log4cpp::OstreamAppender::~OstreamAppender () [virtual]

MEMBER FUNCTION DOCUMENTATION

   void log4cpp::OstreamAppender::_append (const LoggingEvent & event)
       [protected, virtual]
       Log in Appender specific way.

       Subclasses of Appender should implement this method to perform actual
       logging.

       Parameters:

       event  The LoggingEvent to log.

       Implements log4cpp::AppenderSkeleton.

   void log4cpp::OstreamAppender::close () [virtual]
       Release any resources allocated within the appender such as file
       handles, network connections, etc.

       Implements log4cpp::AppenderSkeleton.

   bool log4cpp::OstreamAppender::reopen () [virtual]


MEMBER DATA DOCUMENTATION

   std::ostream* log4cpp::OstreamAppender::_stream [protected]

AUTHOR

       Generated automatically by Doxygen for log4cpp from the source code.

log4cpp                           19 Aug 2003      log4cpp::OstreamAppender(3)