public class FFDCConfigurator
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
FFDC_DIR |
static java.lang.String |
FFDC_EXTENSION |
static java.lang.String |
FFDC_FILE_NAME |
static java.lang.String |
FFDC_SUMMARY_FILE_NAME |
Constructor and Description |
---|
FFDCConfigurator() |
Modifier and Type | Method and Description |
---|---|
static com.ibm.wsspi.logprovider.FFDCFilterService |
getDelegate() |
static java.io.File |
getFFDCLocation() |
static TextFileOutputStreamFactory |
getFileOutputStreamFactory() |
static void |
init(com.ibm.wsspi.logprovider.LogProviderConfig config)
Initialize FFDC (and underlying FFDC service).
|
static void |
stop()
Stop the FFDC service (the disabled delegate will be used until
reconfigured).
|
static void |
update(java.util.Map<java.lang.String,java.lang.Object> newConfig)
Update FFDC service with new configuration values (based on injection via config
admin).
|
public static final java.lang.String FFDC_DIR
public static final java.lang.String FFDC_FILE_NAME
public static final java.lang.String FFDC_SUMMARY_FILE_NAME
public static final java.lang.String FFDC_EXTENSION
public static void init(com.ibm.wsspi.logprovider.LogProviderConfig config)
public static void update(java.util.Map<java.lang.String,java.lang.Object> newConfig)
newConfig
- public static com.ibm.wsspi.logprovider.FFDCFilterService getDelegate()
public static void stop()
public static java.io.File getFFDCLocation()
public static TextFileOutputStreamFactory getFileOutputStreamFactory()