This repository was archived by the owner on May 3, 2026. It is now read-only.
Redirect System.out and System.err for C# converter target
In the C# conversion target, you now have the possibility to redirect the System.out and System.err streams to some arbitrary facility. Just call the 'redirect' method on the PrintStream object which takes a delegate that receives a single line of text on each invocation.