Package com.google.gwt.logging.client
Class RemoteLogHandlerBase
- java.lang.Object
-
- java.util.logging.Handler
-
- com.google.gwt.logging.client.RemoteLogHandlerBase
-
- Direct Known Subclasses:
RequestFactoryLogHandler
,SimpleRemoteLogHandler
public abstract class RemoteLogHandlerBase extends java.util.logging.Handler
Base class for Logging handlers that send records to the server.
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.String
WIRE_LOGGER_NAME
protected static java.util.logging.Logger
wireLogger
-
Constructor Summary
Constructors Modifier Constructor Description protected
RemoteLogHandlerBase()
protected
RemoteLogHandlerBase(java.util.List<java.lang.String> excludedLoggerNames)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
void
flush()
boolean
isLoggable(java.util.logging.LogRecord record)
-
-
-
Field Detail
-
WIRE_LOGGER_NAME
protected static final java.lang.String WIRE_LOGGER_NAME
- See Also:
- Constant Field Values
-
wireLogger
protected static java.util.logging.Logger wireLogger
-
-
Method Detail
-
close
public void close()
- Specified by:
close
in classjava.util.logging.Handler
-
flush
public void flush()
- Specified by:
flush
in classjava.util.logging.Handler
-
isLoggable
public boolean isLoggable(java.util.logging.LogRecord record)
- Overrides:
isLoggable
in classjava.util.logging.Handler
-
-