Class TdbFileLogger

java.lang.Object
com.tietoenator.trip.jxp.logging.TdbStreamLogger
com.tietoenator.trip.jxp.logging.TdbFileLogger
All Implemented Interfaces:
TdbActivityLogger

public class TdbFileLogger extends TdbStreamLogger
Logs session interaction to a named file
  • Constructor Details

    • TdbFileLogger

      public TdbFileLogger(String name, boolean pretty) throws IOException
      Constructor, attempts to open the named file
      Parameters:
      name - Name of file to which to log
      pretty - If true, output is indented
      Throws:
      IOException