Abstract class for writing to character streams. More...
Inherits log4cxx::helpers::Writer.
Classes | |
class | ClazzSystemErrWriter |
Public Member Functions | |
virtual const helpers::Class & | getClass () const |
const void * | cast (const helpers::Class &clazz) const |
bool | instanceof (const helpers::Class &clazz) const |
SystemErrWriter () | |
virtual | ~SystemErrWriter () |
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::Class & | getStaticClass () |
static const log4cxx::helpers::ClassRegistration & | registerClass () |
static void | write (const LogString &str) |
static void | flush () |
Abstract class for writing to character streams.
SystemErrWriter | ( | ) |
virtual ~SystemErrWriter | ( | ) | [virtual] |
const void* cast | ( | const helpers::Class & | clazz | ) | const [inline, virtual] |
Reimplemented from Writer.
static void flush | ( | ) | [static] |
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] |