OutputHandler

main logging output center

Constructors

this
this()

Members

Functions

names
string[] names()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
shared(LogOutput) opIndex(string name)

get output

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

set output

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

call from Logger.writeLog by default

Manifest constants

console
enum console;

Variables

list
LogOutput[string] list;

Meta