Apache Log4cxx  Version 1.8.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 (helpers::Pool &p) override
 
void flush (helpers::Pool &p) override
 
void write (const LogString &str, helpers::Pool &p) override
 
void close ()
 
- Public Member Functions inherited from log4cxx::helpers::Writer
void close ()
 
void flush ()
 
void write (const LogString &str)
 
- 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() [1/2]

void log4cxx::helpers::Writer::close ( )

◆ close() [2/2]

void log4cxx::helpers::SystemOutWriter::close ( helpers::Pool & p)
overridevirtual
Deprecated
The pool parameter is not used and will be removed in a future version. Implement this method for now, but plan to migrate to close() without a helpers::Pool parameter.

Implements log4cxx::helpers::Writer.

◆ flush() [1/2]

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

◆ flush() [2/2]

void log4cxx::helpers::SystemOutWriter::flush ( helpers::Pool & p)
overridevirtual
Deprecated
The pool parameter is not used and will be removed in a future version. Implement this method for now, but plan to migrate to flush() without a helpers::Pool parameter.

Implements log4cxx::helpers::Writer.

◆ write() [1/2]

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

◆ write() [2/2]

void log4cxx::helpers::SystemOutWriter::write ( const LogString & str,
helpers::Pool & p )
overridevirtual
Deprecated
The pool parameter is not used and will be removed in a future version. Implement this method for now, but plan to migrate to write() without a helpers::Pool parameter.

Implements log4cxx::helpers::Writer.


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