Package com.macrofocus.util.logging
Class GWTLoggingOutput
- java.lang.Object
-
- com.macrofocus.util.logging.GWTLoggingOutput
-
- All Implemented Interfaces:
LoggingOutput
public class GWTLoggingOutput extends java.lang.Object implements LoggingOutput
User: gluc Date: Sep 29, 2004 Time: 12:23:22 AM
-
-
Constructor Summary
Constructors Constructor Description GWTLoggingOutput()
-
Method Summary
All Methods Instance Methods Concrete 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
@GwtIncompatible public boolean process(java.awt.Component c, java.lang.Throwable t)
- Specified by:
process
in interfaceLoggingOutput
-
process
public boolean process(java.lang.Throwable t)
- Specified by:
process
in interfaceLoggingOutput
-
-