AppendConsole

Appender for sending formatted output to the console

Constructors

this
this(Appender.Layout how)

Create with the given layout

this
this(OutputStream stream, bool flush, Appender.Layout how)

Create with the given stream and layout

Members

Functions

name
istring name()

Return the name of this class

Inherited Members

From AppendStream

mask
Mask mask()

Return the fingerprint for this class

name
istring name()

Return the name of this class

append
void append(LogEvent event)

Append an event to the output.

Meta