Skip to content

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)#

View source

Methods#

#decorated=(decorated : Bool) : Nil#

:inherit:

View source

#error_output : ACON::Output::Interface#

Returns an ACON::Output::Interface that represents STDERR.

View source

#error_output=(stderr : ACON::Output::Interface) : Nil#

Sets the ACON::Output::Interface that represents STDERR.

View source

#formatter=(formatter : Bool) : Nil#

:inherit:

View source

#section : ACON::Output::Section#

:inherit:

View source

#stderr=(stderr : ACON::Output::Interface)#

Sets the ACON::Output::Interface that represents STDERR.

View source

#verbosity=(verbosity : ACON::Output::Verbosity) : Nil#

:inherit:

View source