Package com.tietoenator.trip.jxp.logging
Class TdbFileLogger
java.lang.Object
com.tietoenator.trip.jxp.logging.TdbStreamLogger
com.tietoenator.trip.jxp.logging.TdbFileLogger
- All Implemented Interfaces:
TdbActivityLogger
Logs session interaction to a named file
-
Constructor Summary
ConstructorsConstructorDescriptionTdbFileLogger
(String name, boolean pretty) Constructor, attempts to open the named file -
Method Summary
Methods inherited from class com.tietoenator.trip.jxp.logging.TdbStreamLogger
log
-
Constructor Details
-
TdbFileLogger
Constructor, attempts to open the named file- Parameters:
name
- Name of file to which to logpretty
- If true, output is indented- Throws:
IOException
-