output property

void Function(String) output
getter/setter pair

The sink every rendered line goes to; defaults to print.

Replacing it takes effect on the next line, including for levels that have already been printed: the cached ansi.StackedPrinter of each level writes through this field rather than through the function that was installed when it was built.

Implementation

void Function(String) output;