Skip to content

TerminalConsoleAppender 1.3.0

Latest
Compare
Choose a tag to compare
@stephan-gh stephan-gh released this 27 Aug 12:14
· 4 commits to master since this release
1.3.0
- Update recommended JLine version to 3.20.0
- Deprecate MinecraftFormattingConverter. See issue #21 for details.
  (https://github.com/Minecrell/TerminalConsoleAppender/issues/18)
- Add ${tca:disableAnsi} variable that can be used together to make Log4j's
  %highlight and %style pattern respect the ANSI detection of TerminalConsoleAppender.
  e.g. <PatternLayout pattern="%highlight{[%d{HH:mm:ss} %level]: %msg%n%xEx}" disableAnsi="${tca:disableAnsi}"/>
- Add Automatic-Module-Name for initial support of JPMS

Note: This version is still compatible with Log4j 2.8.1 but future versions
will require newer versions of Log4j.