Package com.macrofocus.util.logging
Class SwingLogging
- java.lang.Object
-
- com.macrofocus.util.logging.SwingLogging
-
public class SwingLogging extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SwingLogging
getInstance()
boolean
process(java.awt.Component parentComponent, java.lang.Throwable t)
boolean
process(java.lang.Throwable t)
static void
setCommonsLogFactory(java.lang.Class logFactory)
void
setOutput(SwingLoggingOutput... output)
-
-
-
Method Detail
-
getInstance
public static SwingLogging getInstance()
-
setCommonsLogFactory
@GwtIncompatible public static final void setCommonsLogFactory(java.lang.Class logFactory)
-
process
public boolean process(java.lang.Throwable t)
-
process
@GwtIncompatible public boolean process(java.awt.Component parentComponent, java.lang.Throwable t)
-
setOutput
public void setOutput(SwingLoggingOutput... output)
-
-