java.lang.Object | |
↳ | org.apache.log4j.helpers.PatternConverter |
![]() |
PatternConverter is an abtract class that provides the formatting functionality that derived classes need.
Conversion specifiers in a conversion patterns are parsed to individual PatternConverters. Each of which is responsible for converting a logging event in a converter specific manner.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
next |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
A template method for formatting in a converter specific way.
| |||||||||||
Fast space padding method.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Derived pattern converters must override this method in order to
convert conversion specifiers in the correct way.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
A template method for formatting in a converter specific way.
Fast space padding method.
Derived pattern converters must override this method in order to convert conversion specifiers in the correct way.