Class ConsoleLogHandler

java.lang.Object
java.util.logging.Handler
com.google.gwt.logging.client.ConsoleLogHandler

public class ConsoleLogHandler extends 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 Details

    • ConsoleLogHandler

      public ConsoleLogHandler()
  • Method Details