Package com.tietoenator.trip.jxp.logging
Interface TdbActivityLogger
-
- All Known Implementing Classes:
TdbConsoleLogger
,TdbFileLogger
,TdbStreamLogger
public interface TdbActivityLogger
Basic interface for objects that log what's going on with a session
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
log(java.lang.String prefix, org.w3c.dom.Document doc)
Log a document to whatever underlying log mechanism is in use
-
-
-
Method Detail
-
log
void log(java.lang.String prefix, org.w3c.dom.Document doc) throws TdbException
Log a document to whatever underlying log mechanism is in use- Parameters:
prefix
- An optional string to write to the logdoc
- An optional document to write to the log- Throws:
TdbException
-
-