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.HandlerBase class for Logging handlers that send records to the server.
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringWIRE_LOGGER_NAMEprotected static java.util.logging.LoggerwireLogger
-
Constructor Summary
Constructors Modifier Constructor Description protectedRemoteLogHandlerBase()protectedRemoteLogHandlerBase(java.util.List<java.lang.String> excludedLoggerNames)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidflush()booleanisLoggable(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:
closein classjava.util.logging.Handler
-
flush
public void flush()
- Specified by:
flushin classjava.util.logging.Handler
-
isLoggable
public boolean isLoggable(java.util.logging.LogRecord record)
- Overrides:
isLoggablein classjava.util.logging.Handler
-
-