public abstract class AbstractStreamHandler extends StreamHandler
StreamHandler, and a one-arg constructor with a
 variable property name prefix.| Modifier and Type | Field and Description | 
|---|---|
| static boolean | DEFAULT_AUTO_FLUSH | 
| static String | DEFAULT_ENCODING | 
| static Filter | DEFAULT_FILTER | 
| static SimpleFormatter | DEFAULT_FORMATTER | 
| static Level | DEFAULT_LEVEL | 
| Constructor and Description | 
|---|
| AbstractStreamHandler() | 
| AbstractStreamHandler(boolean autoFlush,
                     Level level,
                     Filter filter,
                     Formatter formatter,
                     String encoding) | 
| AbstractStreamHandler(String propertyNamePrefix)One-arg constructor to be used by derived classes. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | publish(LogRecord record) | 
close, flush, isLoggable, setEncoding, setOutputStreamgetEncoding, getErrorManager, getFilter, getFormatter, getLevel, reportError, setErrorManager, setFilter, setFormatter, setLevelpublic static final Level DEFAULT_LEVEL
public static final boolean DEFAULT_AUTO_FLUSH
@Nullable public static final Filter DEFAULT_FILTER
public static final SimpleFormatter DEFAULT_FORMATTER
@Nullable public static final String DEFAULT_ENCODING
public AbstractStreamHandler()
                      throws ParseException,
                             EvaluationException
ParseExceptionEvaluationExceptionpublic AbstractStreamHandler(@Nullable
                             String propertyNamePrefix)
                      throws ParseException,
                             EvaluationException
ParseExceptionEvaluationExceptionpublic void publish(@Nullable
                    LogRecord record)
publish in class StreamHandlerCopyright © 2018 Arno Unkrig. All rights reserved.