Package com.macrofocus.util.logging
Class Logging
- java.lang.Object
-
- com.macrofocus.util.logging.Logging
-
public class Logging extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Logging
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(LoggingOutput... output)
-
-
-
Method Detail
-
getInstance
public static Logging 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(LoggingOutput... output)
-
-