|
Apache log4cxx Version 0.10.0
|
Abstract class for writing to character streams. More...
Inherits log4cxx::helpers::ObjectImpl.
Inherited by BufferedWriter, OutputStreamWriter, SystemErrWriter, and SystemOutWriter.
Public Member Functions | |
| virtual void | close (Pool &p)=0 |
| virtual void | flush (Pool &p)=0 |
| virtual void | write (const LogString &str, Pool &p)=0 |
Protected Member Functions | |
| Writer () | |
| virtual | ~Writer () |
Abstract class for writing to character streams.
| Writer | ( | ) | [protected] |
| virtual ~Writer | ( | ) | [protected, virtual] |
| virtual void close | ( | Pool & | p | ) | [pure virtual] |
Implemented in BufferedWriter, OutputStreamWriter, SystemErrWriter, and SystemOutWriter.
| virtual void flush | ( | Pool & | p | ) | [pure virtual] |
Implemented in BufferedWriter, OutputStreamWriter, SystemErrWriter, and SystemOutWriter.
Implemented in BufferedWriter, OutputStreamWriter, SystemErrWriter, and SystemOutWriter.