public interface TdbActivityLogger
Modifier and Type | Method and Description |
---|---|
void |
log(java.lang.String prefix,
org.w3c.dom.Document doc)
Log a document to whatever underlying log mechanism is in use
|
void log(java.lang.String prefix, org.w3c.dom.Document doc) throws TdbException
prefix
- An optional string to write to the logdoc
- An optional document to write to the logTdbException