Eric Scharff bf8c856a3c Partially handle cascading logging levels.
We now maintain a virtual root loger, on which you can set the log
level.  When any logger logs, it finds the effective log level by going
up the parent chain, and finding a meaningful log lvel.  Thus, one can
now do Logger.getLogger("").setLevel(Level.FINER) and set the log level
for all other loggers (that do not specify their own default) to the
level specified.
2009-02-19 15:53:10 -07:00
..
2008-02-28 15:18:46 -07:00
2008-07-13 18:28:27 -06:00
2008-02-28 15:18:46 -07:00
2009-02-16 17:52:27 -07:00
2008-08-22 14:02:38 -06:00
2008-02-28 15:18:46 -07:00
2008-02-28 15:18:46 -07:00
2008-10-09 18:30:24 -06:00
2008-09-26 08:10:16 -06:00