com.novell.nds.dirxml.driver.delimitedtext
Interface Tracer
- public interface Tracer
An object implementing Tracer is passed to an Extension's init method
so that it can send messages to the DSTrace utility.
Method Summary |
void |
traceMessage(java.lang.String message)
Informs the driver of a message to be written to the DSTrace utility. |
traceMessage
public void traceMessage(java.lang.String message)
- Informs the driver of a message to be written to the DSTrace utility.
- Parameters:
message
- The message to be written to DSTrace by the driver.