Package | Description |
---|---|
com.ibm.ws.ffdc |
This package provides facilities to write first failure data capture (FFDC) records
to assist in debugging problems.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.lang.String,DiagnosticModule> |
FFDC.getDiagnosticModuleMap()
Return the map of package names to diagnostic modules
|
Modifier and Type | Method and Description |
---|---|
static int |
FFDC.registerDiagnosticModule(DiagnosticModule diagnosticModule,
java.lang.String packageName)
Register a diagnostic module
|