SystemOutput

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(Verbosity verbosity)
Undocumented in source.
this
this(Verbosity verbosity, bool decorated)
Undocumented in source.
this
this(Verbosity verbosity, bool decorated, OutputFormatter formatter)
Undocumented in source.

Members

Functions

getErrorOutput
Output getErrorOutput()
Undocumented in source. Be warned that the author may not have intended to support it.
setDecorated
void setDecorated(bool decorated)
Undocumented in source. Be warned that the author may not have intended to support it.
setErrorOutput
void setErrorOutput(Output error)
Undocumented in source. Be warned that the author may not have intended to support it.
setFormatter
void setFormatter(OutputFormatter formatter)
Undocumented in source. Be warned that the author may not have intended to support it.
setVerbosity
void setVerbosity(Verbosity verbosity)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From StreamOutput

getStream
OutputStream getStream()
Undocumented in source. Be warned that the author may not have intended to support it.
doWrite
void doWrite(string message, bool newline)
Undocumented in source. Be warned that the author may not have intended to support it.

From ConsoleOutput

getErrorOutput
Output getErrorOutput()
Undocumented in source.
setErrorOutput
void setErrorOutput(Output error)
Undocumented in source.

Meta