PostProcessLogging

protocol PostProcessLogging : Logging

logging functionality regarding Post-process

  • postProcessStarted() Extension method

    Logs when the post-process start.

    Log-level must be at least equal to medium.

    Declaration

    Swift

    func postProcessStarted()
  • postProcessCompleted() Extension method

    Logs when the post-process finish.

    Log-level must be at least equal to medium.

    Declaration

    Swift

    func postProcessCompleted()
  • Logs when post-process complete

    Log-level must be at least equal to medium.

    Declaration

    Swift

    func postProcessCompleted(withFailledTasks failedTasks: [DMSwiftTypealias.PostProcess.FailedTask])

    Parameters

    failedTasks

    Failed tasks.

  • Logs when post-process change progress.

    Log-level must be at least equal to high.

    Declaration

    Swift

    func postProcessUpdated(withProgress progress: TaskProgress)

    Parameters

    progress

    Post-process progress.