Interface QueryTracer

All Known Implementing Classes:
InfoView, Log

public interface QueryTracer
Query tracer.
Author:
BaseX Team 2005-21, BSD License, Christian Gruen
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    print(String info)
    Processes tracing output.
  • Method Details

    • print

      boolean print(String info)
      Processes tracing output.
      Parameters:
      info - string to be output
      Returns:
      true if string shall be further processed by the calling function