Interface TdbActivityLogger

All Known Implementing Classes:
TdbConsoleLogger, TdbFileLogger, TdbStreamLogger

public interface TdbActivityLogger
Basic interface for objects that log what's going on with a session
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    log(String prefix, Document doc)
    Log a document to whatever underlying log mechanism is in use
  • Method Details

    • log

      void log(String prefix, 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