|
|||||||||
| Home >> All >> org >> apache >> log4j >> [ helpers overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.log4j.helpers
Class PatternParser.BasicPatternConverter

java.lang.Objectorg.apache.log4j.helpers.PatternConverter
org.apache.log4j.helpers.PatternParser.BasicPatternConverter
- Enclosing class:
- PatternParser
- private static class PatternParser.BasicPatternConverter
- extends PatternConverter
| Field Summary | |
(package private) int |
type
|
| Fields inherited from class org.apache.log4j.helpers.PatternConverter |
leftAlign, max, min, next, SPACES |
| Constructor Summary | |
(package private) |
PatternParser.BasicPatternConverter(FormattingInfo formattingInfo,
int type)
|
| Method Summary | |
java.lang.String |
convert(org.apache.log4j.spi.LoggingEvent event)
Derived pattern converters must override this method in order to convert conversion specifiers in the correct way. |
| Methods inherited from class org.apache.log4j.helpers.PatternConverter |
format, spacePad |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
type
int type
| Constructor Detail |
PatternParser.BasicPatternConverter
PatternParser.BasicPatternConverter(FormattingInfo formattingInfo, int type)
| Method Detail |
convert
public java.lang.String convert(org.apache.log4j.spi.LoggingEvent event)
- Description copied from class:
PatternConverter - Derived pattern converters must override this method in order to
convert conversion specifiers in the correct way.
- Specified by:
convertin classPatternConverter
|
|||||||||
| Home >> All >> org >> apache >> log4j >> [ helpers overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC