Interface LogOutputter

All Known Implementing Classes:
LogJsonOuput, TextTabularOutput

public interface LogOutputter
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addRow(Object... theRow)
     
    long
     
    void
    setPrefetchLimit(int thePrefetchLimit)
     
  • Method Details

    • output

      long output()
    • addRow

      void addRow(Object... theRow)
    • setPrefetchLimit

      void setPrefetchLimit(int thePrefetchLimit)