public class

NullLogHandler

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

Class Overview

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.

Summary

Public Constructors
NullLogHandler()
Public Methods
void close()
void flush()
void publish(LogRecord record)
[Expand]
Inherited Methods
From class java.util.logging.Handler
From class java.lang.Object

Public Constructors

public NullLogHandler ()

Public Methods

public void close ()

public void flush ()

public void publish (LogRecord record)