donaldp 2002/09/27 21:44:35 Modified: logger/src/java/org/apache/avalon/excalibur/logger LogKitLoggerManager.java Log: Get the real root logger rather than a psuedo logger by the name of "" Revision Changes Path 1.7 +2 -2 jakarta-avalon-excalibur/logger/src/java/org/apache/avalon/excalibur/logger/LogKitLoggerManager.java Index: LogKitLoggerManager.java =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/logger/src/java/org/apache/avalon/excalibur/logger/LogKitLoggerManager.java,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- LogKitLoggerManager.java 22 Aug 2002 01:20:07 -0000 1.6 +++ LogKitLoggerManager.java 28 Sep 2002 04:44:35 -0000 1.7 @@ -126,7 +126,7 @@ public LogKitLoggerManager( final String prefix, final Hierarchy hierarchy ) { this( prefix, hierarchy, - new LogKitLogger( hierarchy.getLoggerFor( "" ) ) ); + new LogKitLogger( hierarchy.getRootLogger() ) ); } /**
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>