Logger

Provides static logging of dynamic values

A replacement for writelning the same value every tick.

Imperatives: - Must provide static-looking value prints - Must be usable in concert with standard io functions May have to compromise this

Constructors

this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

clearValues
void clearValues()
Undocumented in source. Be warned that the author may not have intended to support it.
delValue
void delValue(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
setValue
void setValue(string key, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(A a)
Undocumented in source. Be warned that the author may not have intended to support it.
writeln
void writeln(A a)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta