TerminalConsoleAppender icon indicating copy to clipboard operation
TerminalConsoleAppender copied to clipboard

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

Results 5 TerminalConsoleAppender issues
Sort by recently updated
recently updated
newest added

Hi, i am trying to use that library on my standalone project. However Minecraft Formatting (i know it is deprecated, but i want to use it) is not working as...

TerminalConsoleAppender was never meant to be Minecraft-specific. It works just fine for other uses as well. The only Minecraft-specific code that it contains is the `MinecraftFormattingConverter` that is used to...

help wanted

Eclipse 2022-09 introduced support for ANSI which isn't currently being detected for the `DumbTerminal`.

Did a quick test, everything seems to work so far. explicitly set UTF-8 encoding because I was getting an "illegal character" error at the section symbol (§) during build. The...

Updated dependencies: - log4j-core:`2.14.1` -> `2.17.1` - Fixes the following CVE's: CVE-2021-44228, CVE-2021-45046, CVE-2021-44832, CVE-2021-45105 - jline-reader:`3.20.0` -> `3.30.6` - no particular reason but shouldn't break anything since the tests...