class Athena::Console::Output::ConsoleOutput
inherits Athena::Console::Output::IO
#
An ACON::Output::ConsoleOutputInterface that wraps STDOUT and STDERR.
Included modules
Athena::Console::Output::ConsoleOutputInterface
Constructors#
.new(verbosity : ACON::Output::Verbosity = :normal, decorated : Bool | Nil = nil, formatter : ACON::Formatter::Interface | Nil = nil)#
Methods#
#error_output : ACON::Output::Interface#
Returns an ACON::Output::Interface that represents STDERR.
#error_output=(stderr : ACON::Output::Interface) : Nil#
Sets the ACON::Output::Interface that represents STDERR.
#stderr=(stderr : ACON::Output::Interface)#
Sets the ACON::Output::Interface that represents STDERR.