Class TdbStreamLogger

    • Method Summary

      All Methods Instance Methods Concrete 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
      • Methods inherited from class java.lang.Object

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

      • log

        public void log​(java.lang.String prefix,
                        org.w3c.dom.Document doc)
                 throws TdbException
        Description copied from interface: TdbActivityLogger
        Log a document to whatever underlying log mechanism is in use
        Specified by:
        log in interface TdbActivityLogger
        Parameters:
        prefix - An optional string to write to the log
        doc - An optional document to write to the log
        Throws:
        TdbException