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"
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:
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"