Package com.google.gwt.logging.client
Class ConsoleLogHandler
- java.lang.Object
-
- java.util.logging.Handler
-
- com.google.gwt.logging.client.ConsoleLogHandler
-
public class ConsoleLogHandler extends java.util.logging.Handler
A Handler that prints logs to the window.console.Note we are consciously using 'window' rather than '$wnd' to avoid issues similar to http://code.google.com/p/fbug/issues/detail?id=2914
-
-
Constructor Summary
Constructors Constructor Description ConsoleLogHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
void
flush()
void
publish(java.util.logging.LogRecord record)
-