Apache log4cxx
Version 0.10.0
|
Base class for other pattern converters which can return only parts of their name. More...
Inherits LoggingEventPatternConverter.
Inherited by ClassNamePatternConverter, and LoggerPatternConverter.
Protected Member Functions | |
NamePatternConverter (const LogString &name, const LogString &style, const std::vector< LogString > &options) | |
Constructor. | |
void | abbreviate (int nameStart, LogString &buf) const |
Abbreviate name in string buffer. | |
![]() | |
LoggingEventPatternConverter (const LogString &name, const LogString &style) | |
Constructs an instance of LoggingEventPatternConverter. | |
![]() | |
PatternConverter (const LogString &name, const LogString &style) | |
Create a new pattern converter. | |
virtual | ~PatternConverter () |
Additional Inherited Members | |
![]() | |
virtual void | format (const log4cxx::spi::LoggingEventPtr &event, LogString &toAppendTo, log4cxx::helpers::Pool &p) const =0 |
Formats an event into a string buffer. | |
void | format (const log4cxx::helpers::ObjectPtr &obj, LogString &toAppendTo, log4cxx::helpers::Pool &p) const |
virtual bool | handlesThrowable () const |
Normally pattern converters are not meant to handle Exceptions although few pattern converters might. | |
![]() | |
static const helpers::Class & | getStaticClass () |
static const log4cxx::helpers::ClassRegistration & | registerClass () |
![]() | |
static void | append (LogString &toAppendTo, const std::string &src) |
Appends content in the locale code page to a LogString. | |
![]() | |
unsigned int volatile | ref |
Base class for other pattern converters which can return only parts of their name.
|
protected |
Constructor.
name | name of converter. |
style | style name for associated output. |
options | options, may be null, first element will be interpreted as an abbreviation pattern. |
|
protected |
Abbreviate name in string buffer.
nameStart | starting position of name to abbreviate. |
buf | string buffer containing name. |