ConfigProps

A utility class for initializing the basic behaviour of the default logging hierarchy.

ConfigProps parses a much simplified version of the property file. Tango.log only supports the settings of Logger levels at this time, and setup of Appenders and Layouts are currently done "in the code"

Members

Static functions

opCall
void opCall(char[] path)

Add a default StdioAppender, with a SimpleTimerLayout, to the root node. The activity levels of all nodes are set via a property file with name=value pairs specified in the following format:

Meta