Description
Support all layouts in Log4j 1 to the extent possible an reasonable.
- PatternLayout and EnhancedPatternLayout are mapped to PatternLayout. We provide two new pattern conversions for the Log4j 1 format of NDC and MDC.
- SimpleLayout is mapped to PatternLayout "%level - %m%n"
- TTCCLayout is mapped to PatternLayout
- HTMLLayout is mapped to HtmlLayout (will not look exactly the same, but close enough)
- XMLLayout is ported (XmlLayout in Log4j 2 is different and will not work)