module Athena::Console::Output::ConsoleOutputInterface
Overview
Extension of ACON::Output::Interface that adds additional functionality for terminal based outputs.
Direct including types
Defined in:
output/console_output_interface.crInstance Method Summary
-
#error_output : ACON::Output::Interface
Returns an
ACON::Output::Interfacethat representsSTDERR. -
#error_output=(stderr : ACON::Output::Interface) : Nil
Sets the
ACON::Output::Interfacethat representsSTDERR. - #section : ACON::Output::Section
Instance Method Detail
abstract
def error_output : ACON::Output::Interface
#
Returns an ACON::Output::Interface that represents STDERR.
abstract
def error_output=(stderr : ACON::Output::Interface) : Nil
#
Sets the ACON::Output::Interface that represents STDERR.