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
-
Method Details
-
log
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
-