Class NullLogHandler

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

public class NullLogHandler extends Handler
A Handler which does nothing. When clients disable a default log handler in their gwt.xml file, the handler gets replaced with this one, and is effectively disabled.
  • Constructor Details

    • NullLogHandler

      public NullLogHandler()
  • Method Details