Formats an integer. More...
Inherits log4cxx::pattern::PatternConverter.
Public Member Functions | |
const void * | cast (const helpers::Class &clazz) const |
bool | instanceof (const helpers::Class &clazz) const |
void | format (const log4cxx::helpers::ObjectPtr &obj, LogString &toAppendTo, log4cxx::helpers::Pool &p) const |
Formats an object into a string buffer. | |
Static Public Member Functions | |
static PatternConverterPtr | newInstance (const std::vector< LogString > &options) |
Obtains an instance of pattern converter. |
Formats an integer.
const void* cast | ( | const helpers::Class & | clazz | ) | const [inline, virtual] |
Reimplemented from PatternConverter.
void format | ( | const log4cxx::helpers::ObjectPtr & | obj, | |
LogString & | toAppendTo, | |||
log4cxx::helpers::Pool & | p | |||
) | const [virtual] |
Formats an object into a string buffer.
obj | event to format, may not be null. | |
toAppendTo | string buffer to which the formatted event will be appended. May not be null. | |
p | pool for any allocations necessary during formatting. |
Implements PatternConverter.
bool instanceof | ( | const helpers::Class & | clazz | ) | const [inline, virtual] |
Reimplemented from PatternConverter.
static PatternConverterPtr newInstance | ( | const std::vector< LogString > & | options | ) | [static] |