StdOutLogger

A logger that prints to stdout

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
print
void print(string msg)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Logger

print
void print(string msg)

print msg into the log

close
void close()

release resource associated with the logger

Meta