jstachio / rainbowgum

Fast, Small, JDK 21+, GraalVM native friendly SLF4J logging framework
BSD 3-Clause "New" or "Revised" License
66 stars 3 forks source link

Conditional ANSI color output without JANSI with pattern encoder #60

Closed agentgt closed 6 months ago

agentgt commented 6 months ago

Currently JANSI when enabled will strip ANSI characters. An alternative is not print ANSI escape codes with the the pattern encoder if (or):

Right now we only let JANSI do stripping. See #55