public abstract class RemoteLogHandlerBase
extends java.util.logging.Handler
| Modifier and Type | Field and Description | 
|---|---|
| protected static java.lang.String | WIRE_LOGGER_NAME | 
| protected static java.util.logging.Logger | wireLogger | 
| Modifier | Constructor and Description | 
|---|---|
| protected  | RemoteLogHandlerBase() | 
| protected  | RemoteLogHandlerBase(java.util.List<java.lang.String> excludedLoggerNames) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | close() | 
| void | flush() | 
| boolean | isLoggable(java.util.logging.LogRecord record) | 
protected static final java.lang.String WIRE_LOGGER_NAME
protected static java.util.logging.Logger wireLogger
protected RemoteLogHandlerBase()
protected RemoteLogHandlerBase(java.util.List<java.lang.String> excludedLoggerNames)
public void close()
close in class java.util.logging.Handlerpublic void flush()
flush in class java.util.logging.Handlerpublic boolean isLoggable(java.util.logging.LogRecord record)
isLoggable in class java.util.logging.Handler