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.cr

Instance Method Summary

Instance Method Detail

abstract def error_output : ACON::Output::Interface #

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


[View source]
abstract def error_output=(stderr : ACON::Output::Interface) : Nil #

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


[View source]
abstract def section : ACON::Output::Section #

[View source]