Package com.macrofocus.util.logging
Interface LoggingOutput
-
- All Known Implementing Classes:
GWTLoggingOutput
,StderrLoggingOutput
public interface 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)
-
process
@GwtIncompatible boolean process(java.awt.Component c, java.lang.Throwable t)
-
-