Output
Table of Contents
Interfaces
- ConsoleOutputInterface
 - ConsoleOutputInterface is the interface implemented by ConsoleOutput class.
 - OutputInterface
 - OutputInterface is the interface implemented by all Output classes.
 
Classes
- BufferedOutput
 - Base class for output classes.
 - ConsoleOutput
 - ConsoleOutput is the default class for all CLI output. It uses STDOUT and STDERR.
 - ConsoleSectionOutput
 - StreamOutput writes the output to a given stream.
 - NullOutput
 - NullOutput suppresses all output.
 - Output
 - Base class for output classes.
 - StreamOutput
 - StreamOutput writes the output to a given stream.
 - TrimmedBufferOutput
 - A BufferedOutput that keeps only the last N chars.