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.11k stars 140 forks source link

Allow the re-initialization of streams #178

Closed gnodet closed 3 years ago

gnodet commented 3 years ago

If the system properties can not be set very early in the process, it can be interesting to have a way to reinitialise the streams after those have been set to the required values.