http://bugzilla.slf4j.org/show_bug.cgi?id=150Rick Beton <
[hidden email]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
--- Comment #4 from Rick Beton <
[hidden email]> 2009-10-09 15:08:49 ---
Sorry for the late reply.
I have legacy code using only LogManager's
void resetConfiguration()
Logger getRootLogger()
In my case, it would be sufficent to implement an empty method for
resetConfiguration(), although I don't know whether this would be good general
solution. getRootLogger() must return a non-null logger.
A synopsis of the legacy code is:
LogManager.resetConfiguration();
Logger rootLogger = LogManager.getRootLogger();
rootLogger.setLevel(Level.WARN);
(Unfortunately, this code cannot be modified because it is expected to continue
to work with Log4J also.)
Thanks.
--
Configure bugmail:
http://bugzilla.slf4j.org/userprefs.cgi?tab=email------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
dev mailing list
[hidden email]
http://www.slf4j.org/mailman/listinfo/dev