java.lang.Object | ||
↳ | org.apache.log4j.pattern.PatternConverter | |
↳ | org.apache.log4j.pattern.IntegerPatternConverter |
Formats an integer.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Formats an object into a string buffer.
| |||||||||||
Obtains an instance of pattern converter.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
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. |
Obtains an instance of pattern converter.
options | options, may be null. |
---|