YOU CREATE A JOB CLASS, AND YOU SET THE LOGGING_LEVEL ARGUMENT TO L...

7. You create a job class, and you set the LOGGING_LEVEL argument to

LOGGING_RUNS. What will be the result? (Choose the best answer.)

A. There will be a log entry for each run of each job in the class, but no

information on whether the job was successful.

B. There will be a log entry for each run of each job in the class, and

C. There will be a single log entry for the class whenever it is run.

D. You cannot set logging per class, only per job.