Package com.ibm.ws.ffdc
Class FFDCConfigurator
java.lang.Object
com.ibm.ws.ffdc.FFDCConfigurator
Configurator: Uses a LogProvider configuration to initialize the FFDC service.
 The log provider is required to provide a non-null delegate. This delegate
 can not be reset.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic com.ibm.wsspi.logprovider.FFDCFilterServicestatic Filestatic TextFileOutputStreamFactorystatic voidinit(com.ibm.wsspi.logprovider.LogProviderConfig config) Initialize FFDC (and underlying FFDC service).static voidstop()Stop the FFDC service (the disabled delegate will be used until reconfigured).static voidUpdate FFDC service with new configuration values (based on injection via config admin).
- 
Field Details- 
FFDC_DIR- See Also:
 
- 
FFDC_FILE_NAME- See Also:
 
- 
FFDC_SUMMARY_FILE_NAME- See Also:
 
- 
FFDC_EXTENSION- See Also:
 
 
- 
- 
Constructor Details- 
FFDCConfiguratorpublic FFDCConfigurator()
 
- 
- 
Method Details- 
initpublic static void init(com.ibm.wsspi.logprovider.LogProviderConfig config) Initialize FFDC (and underlying FFDC service).
- 
updateUpdate FFDC service with new configuration values (based on injection via config admin). The parameter map should be modified to match actual values used (e.g. substitution in case of error).- Parameters:
- newConfig-
 
- 
getDelegatepublic static com.ibm.wsspi.logprovider.FFDCFilterService getDelegate()
- 
stoppublic static void stop()Stop the FFDC service (the disabled delegate will be used until reconfigured).
- 
getFFDCLocation
- 
getFileOutputStreamFactory- Returns:
 
 
-