Interface JobLogger


public interface JobLogger
Allows logging to the job log file.

You can download the job log file from Admin > Operations > History, and selecting Download Log from the Actions menu.

Each message will be logged with:

Line#1: timestamp jobId taskId messages

For example:

 
 2019-01-01 10:00:00 10034 Job started.
 2019-01-01 10:00:00 10034 Task1 Task started.
 
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    log(String msg)
    Writes a String to the job log file.
  • Method Details

    • log

      void log(String msg)
      Writes a String to the job log file.
      Parameters:
      msg - specifies message string write to the job log file