SystemErrWriter Class Reference

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

Inherits log4cxx::helpers::Writer.

List of all members.

Public Member Functions

 SystemErrWriter ()
virtual ~SystemErrWriter ()
virtual void close (Pool &p)
virtual void flush (Pool &p)
virtual void write (const LogString &str, Pool &p)

Static Public Member Functions

static void write (const LogString &str)
static void flush ()


Detailed Description

Abstract class for writing to character streams.

Constructor & Destructor Documentation

SystemErrWriter (  ) 

virtual ~SystemErrWriter (  )  [virtual]


Member Function Documentation

virtual void close ( Pool p  )  [virtual]

Implements Writer.

static void flush (  )  [static]

virtual void flush ( Pool p  )  [virtual]

Implements Writer.

static void write ( const LogString str  )  [static]

virtual void write ( const LogString str,
Pool p 
) [virtual]

Implements Writer.


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