AppendConsole

Appender for sending formatted output to the console

Constructors

this
this(Appender.Layout how)

Create with the given layout

Members

Functions

name
const(char[]) name()

Return the name of this class

Inherited Members

From AppendStream

mask
Mask mask [@property getter]

Return the fingerprint for this class

name
const(char)[] name [@property getter]

Return the name of this class

append
void append(LogEvent event)

Append an event to the output.

Meta