Package com.google.gwt.logging.client
Class NullLogHandler
java.lang.Object
java.util.logging.Handler
com.google.gwt.logging.client.NullLogHandler
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 Summary
-
Method Summary
Methods inherited from class java.util.logging.Handler
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, isLoggable, reportError, setEncoding, setErrorManager, setFilter, setFormatter, setLevel