java.lang.Object | |||
↳ | org.apache.log4j.pattern.PatternConverter | ||
↳ | org.apache.log4j.pattern.LoggingEventPatternConverter | ||
↳ | org.apache.log4j.pattern.FileLocationPatternConverter |
Return the event's line location information in a StringBuffer.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Formats an event into a string buffer.
| |||||||||||
Obtains an instance of pattern converter.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.apache.log4j.pattern.LoggingEventPatternConverter
| |||||||||||
From class
org.apache.log4j.pattern.PatternConverter
| |||||||||||
From class
java.lang.Object
|
Formats an event into a string buffer.
event | event to format, may not be null. |
---|---|
output | 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. |
---|