Apache Log4cxx  Version 1.5.0
Loading...
Searching...
No Matches
log4cxx::helpers::SystemErrWriter Class Reference

Sends output to stderr. More...

#include <systemerrwriter.h>

Inheritance diagram for log4cxx::helpers::SystemErrWriter:
log4cxx::helpers::Writer log4cxx::helpers::Object

Public Member Functions

 SystemErrWriter ()
virtual ~SystemErrWriter ()
void close (Pool &p) override
void flush (Pool &p) override
void write (const LogString &str, Pool &p) override
Public Member Functions inherited from log4cxx::helpers::Object
virtual ~Object ()
virtual const helpers::ClassgetClass () const =0
virtual bool instanceof (const Class &clazz) const =0
virtual const void * cast (const Class &clazz) const =0

Static Public Member Functions

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

Additional Inherited Members

Protected Member Functions inherited from log4cxx::helpers::Writer
 Writer ()
virtual ~Writer ()

Detailed Description

Sends output to stderr.

Constructor & Destructor Documentation

◆ SystemErrWriter()

log4cxx::helpers::SystemErrWriter::SystemErrWriter ( )

◆ ~SystemErrWriter()

virtual log4cxx::helpers::SystemErrWriter::~SystemErrWriter ( )
virtual

Member Function Documentation

◆ close()

void log4cxx::helpers::SystemErrWriter::close ( Pool & p)
overridevirtual

◆ flush() [1/2]

void log4cxx::helpers::SystemErrWriter::flush ( )
static

◆ flush() [2/2]

void log4cxx::helpers::SystemErrWriter::flush ( Pool & p)
overridevirtual

◆ write() [1/2]

void log4cxx::helpers::SystemErrWriter::write ( const LogString & str)
static

◆ write() [2/2]

void log4cxx::helpers::SystemErrWriter::write ( const LogString & str,
Pool & p )
overridevirtual

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