TerminalConsoleAppender Versions Save

JLine 3 appender for Log4j2, allows extending command line apps using colors and command completion

1.3.0

2 years ago

1.2.0

4 years ago

1.1.1

5 years ago
  • Fix additional empty line inserted when using %highlightError pattern.

    TCA 1.1.0: screenshot_20180720_164805

    TCA 1.1.1: screenshot_20180720_164623

1.1.0

5 years ago
  • Fixed a race condition that may result in an IllegalStateException or duplicate input prompts.
  • Added a new SimpleTerminalConsole base class with opinionated defaults that can be used to set up console input more easily. (Check README for details)