public abstract class

RemoteLogHandlerBase

extends Handler
java.lang.Object
   ↳ java.util.logging.Handler
     ↳ com.google.gwt.logging.client.RemoteLogHandlerBase
Known Direct Subclasses

Class Overview

Base class for Logging handlers that send records to the server.

Summary

Constants
String WIRE_LOGGER_NAME
Fields
protected static Logger wireLogger
Protected Constructors
RemoteLogHandlerBase()
RemoteLogHandlerBase(List<String> excludedLoggerNames)
Public Methods
void close()
void flush()
boolean isLoggable(LogRecord record)
[Expand]
Inherited Methods
From class java.util.logging.Handler
From class java.lang.Object

Constants

protected static final String WIRE_LOGGER_NAME

Constant Value: "WireActivityLogger"

Fields

protected static Logger wireLogger

Protected Constructors

protected RemoteLogHandlerBase ()

protected RemoteLogHandlerBase (List<String> excludedLoggerNames)

Public Methods

public void close ()

public void flush ()

public boolean isLoggable (LogRecord record)