com.ibm.ffdc.config
Interface Formattable
- public interface Formattable
Method Summary
Modifier and Type | Method and Description |
---|---|
|
formatTo(IncidentStream is)
Emit the customized human readable text to represent this object
|
Method Detail
formatTo
- void formatTo(IncidentStream is)
Emit the customized human readable text to represent this object
Parameters:
is
- the incident stream, the data will be written here