jstachio / rainbowgum

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

Allow dynamic stdout and stderr #163

Open agentgt opened 2 months ago

agentgt commented 2 months ago

Rainbow Gum currently for performance reasons always caches System.out and System.err. There maybe some cases where this is not desirable.