Interface EDRLogger


public interface EDRLogger
Logger to allow writing messages to a job log.

Supported API: true

Extendable: false
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Write a message to the job log.
  • Method Details

    • addStatusLine

      void addStatusLine(String s)
      Write a message to the job log.

      Supported API: true
      Parameters:
      String - - Message to be displayed in a job log.