Class TdbFileLogger

    • Constructor Summary

      Constructors 
      Constructor Description
      TdbFileLogger​(java.lang.String name, boolean pretty)
      Constructor, attempts to open the named file
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TdbFileLogger

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