Interface TdbActivityLogger

    • 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 log
        doc - An optional document to write to the log
        Throws:
        TdbException