Console Output Channel
A ConsoleOutputChannel provides a faux asynchronous interface to a synchronous output stream.
Author
Todd L Smith
Parameters
stream
An output stream. This should generally be either System.out or System.err.
Constructors
Link copied to clipboard
Construct a new ConsoleOutputChannel that wraps the specified output stream.