fusesource / jansi

Jansi is a small java library that allows you to use ANSI escape sequences to format your console output which works even on windows.
http://fusesource.github.io/jansi/
Apache License 2.0
1.12k stars 139 forks source link

Strip only mode for @| |@ #75

Closed mborkunov closed 3 years ago

mborkunov commented 7 years ago

I've two logging appenders - console and rolling file. I'd like to render ANSI sequences for the console only appender but remove jansi tokens from another appender Is there an option to strip these tokens from the file appender something like %msg{ansi} for console and %msg{noansi} for file