Interface DebugFunctionsLocal


public interface DebugFunctionsLocal
Debug methods for data processing.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    log(List<String> input, String prefix)
    Write the result from query or previous functions in the processing chain to the server log file.
  • Field Details

  • Method Details

    • log

      List<String> log(List<String> input, String prefix) throws PubServerException
      Write the result from query or previous functions in the processing chain to the server log file. Optionally you can add a prefix, to make the messages more easy to find
      Parameters:
      input - result from query or previous functions in the processing chain
      prefix - prefix to make the log message easier to find
      Returns:
      the input list
      Throws:
      PubServerException