java.lang.Object | ||
↳ | org.apache.log4j.helpers.PatternConverter | |
↳ | org.apache.log4j.pattern.BridgePatternConverter |
The class implements the pre log4j 1.3 org.apache.log4j.helpers.PatternConverter contract by delegating to the log4j 1.3 pattern implementation.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Create a new instance.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Format event to string buffer.
| |||||||||||
Will return false if any of the conversion specifiers in the pattern
handles Exception Exceptions.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Derived pattern converters must override this method in order to
convert conversion specifiers in the correct way.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Create a new instance.
pattern | pattern, may not be null. |
---|
Format event to string buffer.
sbuf | string buffer to receive formatted event, may not be null. |
---|---|
e | event to format, may not be null. |
Will return false if any of the conversion specifiers in the pattern handles Exception Exceptions.
Derived pattern converters must override this method in order to convert conversion specifiers in the correct way.