Jansi is a small java library that allows you to use ANSI escape sequences to format your console output which works even on windows.
1.12k
stars
139
forks
source link
Refactor AnsiRenderer.render(String) into a new method render(String, Appendable) #60
Closed
garydgregory closed 8 years ago
Refactor method org.fusesource.jansi.AnsiRenderer.render(String, Appendable). I want to use this from Log4j..