Package com.macrofocus.util.logging
Interface SwingLoggingOutput
-
- All Superinterfaces:
LoggingOutput
- All Known Implementing Classes:
StderrLoggingOutput
public interface SwingLoggingOutput extends LoggingOutput
User: gluc Date: Sep 29, 2004 Time: 12:22:34 AM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
process(java.awt.Component c, java.lang.Throwable t)
boolean
process(java.lang.Throwable t)
-
-
-
Method Detail
-
process
boolean process(java.lang.Throwable t)
- Specified by:
process
in interfaceLoggingOutput
-
process
@GwtIncompatible boolean process(java.awt.Component c, java.lang.Throwable t)
-
-