Classes

ConsoleOutput is the default class for all CLI output. It uses STDOUT and STDERR.
NullOutput suppresses all output.
Base class for output classes.
StreamOutput writes the output to a given stream.

Interfaces

ConsoleOutputInterface is the interface implemented by ConsoleOutput class.
OutputInterface is the interface implemented by all Output classes.