Class | Description |
---|---|
CustomLoggerConverter | |
LoggerAbbreviator | |
VersionPatternConverter |
Implementation of
ClassicConverter
that returns the "Implementation-Version" string obtained from the
manifest of the jar that this class was loaded from. |
VersionPatternLayout |
Extension of Log4j's
EnhancedPatternLayout
which supports logging of the "Implementation-Version" string
obtained from the manifest of the jar that
VersionPatternParser
is loaded from. |
VersionPatternParser |
Extension of Log4j's
PatternParser
that recognizes the pattern %v which is used to log the
"Implementation-Version" string obtained from the manifest of the
jar that VersionPatternParser
is loaded from. |