Package com.google.gwt.logging.client
Class NullLogHandler
- java.lang.Object
-
- java.util.logging.Handler
-
- com.google.gwt.logging.client.NullLogHandler
-
public class NullLogHandler extends java.util.logging.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 Summary
Constructors Constructor Description NullLogHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
void
flush()
void
publish(java.util.logging.LogRecord record)
-