OutputHandler

main logging output center

Constructors

this
this()

Members

Functions

opIndex
shared(LogOutput) opIndex(string name)

get output

opIndexAssign
shared(LogOutput) opIndexAssign(shared LogOutput output, string name)

set output

remove
void remove(string name)
writeMessage
void writeMessage(string output_name, in LogMessage lm)

call from Logger.writeLog by default

Variables

list
LogOutput[string] list;

Meta