ocean.io.Stdout

Console output

Console output classes extending those in ocean.io.Stdout.

Additional features are: * clearline() method which erases the rest of the line * bold() method which sets the text output to bold / bright mode * text colour setting methods

Members

Aliases

stderr
alias stderr = Stderr
Undocumented in source.
stdout
alias stdout = Stdout
Undocumented in source.

Classes

TerminalOutput
class TerminalOutput

Terminal output class.

Static variables

Stderr
TerminalOutput Stderr;

Global error output.

Stdout
TerminalOutput Stdout;

Static output instances

Meta

License

Boost Software License Version 1.0. See LICENSE_BOOST.txt for details. Alternatively, this file may be distributed under the terms of the Tango 3-Clause BSD License (see LICENSE_BSD.txt for details).