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