[Bug 252] BundleActivator would be useful

8 Aug
2012
8 Aug
'12
11:16 p.m.
http://bugzilla.slf4j.org/show_bug.cgi?id=252 --- Comment #2 from Matt Bishop <matt@thebishops.org> 2012-08-09 01:16:03 CEST --- For the stop method, the Activator should uninstall the bridge handler. Also, start should check if it has already been installed: @Override public void start(final BundleContext context) throws Exception { if (!SLF4JBridgeHandler.isInstalled()) { SLF4JBridgeHandler.install(); } } @Override public void stop(final BundleContext context) throws Exception { SLF4JBridgeHandler.uninstall(); } -- Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
4804
Age (days ago)
4804
Last active (days ago)
0 comments
1 participants
participants (1)
-
bugzilla-daemon@qos.ch