# Functions
Debugf writes a debug message to stderr.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Error writes an error message to stderr.
No description provided by the author
Printf writes a regular log message to stderr.
Printv writes a variable as a regular log message to stderr
TODO: would be nice if this could print the variable name (and ideally the private fields too, if reflection allows us access to them).
# Variables
DebugEnabled controls whether Debug log messages are generated.
ErrorEnabled controls whether Error log messages are generated.
InfoEnabled controls whether "regular" log messages are generated.
# Interfaces
No description provided by the author