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

Refactor AnsiRenderer.render(String) into a new method render(String, Appendable) #60

Closed garydgregory closed 8 years ago

garydgregory commented 8 years ago

Refactor method org.fusesource.jansi.AnsiRenderer.render(String, Appendable). I want to use this from Log4j..

garydgregory commented 8 years ago

Not quite right, I'll PR something else maybe later.