Apache Log4cxx  Version 1.2.0
Loading...
Searching...
No Matches
log4cxx::helpers::SystemOutWriter Class Reference

Sends output to stdout. More...

#include <systemoutwriter.h>

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

Public Member Functions

 SystemOutWriter ()
 
 ~SystemOutWriter ()
 
void close (Pool &p) override
 
void flush (Pool &p) override
 
void write (const LogString &str, Pool &p) override
 
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::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 stdout.

Constructor & Destructor Documentation

◆ SystemOutWriter()

log4cxx::helpers::SystemOutWriter::SystemOutWriter ( )

◆ ~SystemOutWriter()

log4cxx::helpers::SystemOutWriter::~SystemOutWriter ( )

Member Function Documentation

◆ close()

void log4cxx::helpers::SystemOutWriter::close ( Pool p)
overridevirtual

◆ flush() [1/2]

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

◆ flush() [2/2]

void log4cxx::helpers::SystemOutWriter::flush ( Pool p)
overridevirtual

◆ write() [1/2]

static void log4cxx::helpers::SystemOutWriter::write ( const LogString str)
static

◆ write() [2/2]

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

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