Checking the javadoc for PatternLayout, I noticed that using EnhancedPatternLayout is recommended instead. However, it seems to be almost the same.
What are the main differences, especially those that I should know about?
I am also wondering why they made a separate class and not improved the original class. Any syntax differences?
source share