Apache log4cxx  Version 0.11.0
log4cxx::helpers::Writer Class Referenceabstract

Abstract class for writing to character streams. More...

#include <writer.h>

Inheritance diagram for log4cxx::helpers::Writer:
log4cxx::helpers::ObjectImpl log4cxx::helpers::Object log4cxx::helpers::BufferedWriter log4cxx::helpers::OutputStreamWriter log4cxx::helpers::SystemErrWriter log4cxx::helpers::SystemOutWriter

Public Member Functions

virtual void close (Pool &p)=0
 
virtual void flush (Pool &p)=0
 
virtual void write (const LogString &str, Pool &p)=0
 
- Public Member Functions inherited from log4cxx::helpers::ObjectImpl
void addRef () const
 
void releaseRef () const
 
- Public Member Functions inherited from log4cxx::helpers::Object
virtual bool instanceof (const Class &clazz) const =0
 
virtual const void * cast (const Class &clazz) const =0
 

Additional Inherited Members

- Protected Attributes inherited from log4cxx::helpers::ObjectImpl
unsigned int volatile ref
 

Detailed Description

Abstract class for writing to character streams.


The documentation for this class was generated from the following file: