net.sourceforge.hivegui.application
Class JavaLoggingToCommonLoggingRedirector

java.lang.Object
  extended by net.sourceforge.hivegui.application.JavaLoggingToCommonLoggingRedirector

public final class JavaLoggingToCommonLoggingRedirector
extends java.lang.Object

Utility class to redirect JUL logs (from Swing App Framework) to commons-logging (used by hivemind, hivemind-utilities).

Author:
MarkusDoering

Method Summary
static void activate()
          Activates this feature.
static void deactivate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

activate

public static void activate()
Activates this feature.


deactivate

public static void deactivate()