ITaskLogger reference
ITaskLogger interface provides an API to log task progress information during the execution of a scheduled task.
This interface is intended for use within the scheduled task infrastructure to record runtime information, status updates, or debugging details.

Methods
Log
Adds the provided message to a task log.