|
If not dev, correct this wrong version label in perforce3227:3227\buildenvBE.Japro<CODELINE>src_macrospackjavadoc.properties | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MappingTrace
A mapping can use an instance of MappingTrace to add messages
to the trace. All methods for the trace output were previously encapsulated
in the MappingTrace class. The class AbstractTrace has since been introduced,
however. This class inherits all methods of class MappingTrace and also
introduces the method addDebugMessage(). Use the AbstractTrace class in
future to add messages to the trace.
java.util.Map of method
StreamTransformation.setParameter(java.util.Map)
with the key
StreamTransformationConstants.MAPPING_TRACE.
StreamTransformation,
StreamTransformationConstants,
AbstractTrace| Method Summary | |
|---|---|
void |
addInfo(String message)
Add a message with trace level info to the trace. |
void |
addWarning(String message)
Add a message with trace level warning to the trace. |
| Method Detail |
|---|
void addInfo(String message)
message - the trace message.void addWarning(String message)
message - the trace message.
|
If not dev, correct this wrong version label in perforce3227:3227\buildenvBE.Japro<CODELINE>src_macrospackjavadoc.properties | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||