Skip to content
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

Choose a tag to compare

@c0pperdragon c0pperdragon released this 05 Dec 08:26

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.