SystemOutWriter Class Reference

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

Inherits log4cxx::helpers::Writer.

List of all members.

Classes

class  ClazzSystemOutWriter

Public Member Functions

virtual const helpers::ClassgetClass () const
const void * cast (const helpers::Class &clazz) const
bool instanceof (const helpers::Class &clazz) const
 SystemOutWriter ()
 ~SystemOutWriter ()
virtual void close (Pool &p)
virtual void flush (Pool &p)
virtual void write (const LogString &str, Pool &p)

Static Public Member Functions

static const helpers::ClassgetStaticClass ()
static const
log4cxx::helpers::ClassRegistration
registerClass ()
static void write (const LogString &str)
static void flush ()

Detailed Description

Abstract class for writing to character streams.


Constructor & Destructor Documentation

SystemOutWriter (  ) 
~SystemOutWriter (  ) 

Member Function Documentation

const void* cast ( const helpers::Class clazz  )  const [inline, virtual]

Reimplemented from Writer.

virtual void close ( Pool p  )  [virtual]

Implements Writer.

static void flush (  )  [static]
virtual void flush ( Pool p  )  [virtual]

Implements Writer.

virtual const helpers::Class& getClass (  )  const [virtual]

Reimplemented from Writer.

static const helpers::Class& getStaticClass (  )  [static]

Reimplemented from Writer.

bool instanceof ( const helpers::Class clazz  )  const [inline, virtual]

Reimplemented from Writer.

static const log4cxx::helpers::ClassRegistration& registerClass (  )  [static]

Reimplemented from 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: