ArtisanOutput class abstract

Abstract output layer for ArtisanCommand (Symfony Console parity).

Three concrete subclasses: StdioOutput (default), BufferedOutput (testing), NullOutput (suppress all output).

Implementers

Constructors

ArtisanOutput()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
verbosity int
Verbosity threshold. Methods below honor this; if the level required exceeds verbosity, the call is a no-op.
no setter

Methods

comment(String text, {int level = 2}) → void
debug(String text) → void
error(String text) → void
info(String text, {int level = 1}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
success(String text, {int level = 1}) → void
toString() String
A string representation of this object.
inherited
warning(String text, {int level = 1}) → void
writeln(String text, {int level = 1}) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited