PostProcessLogging
protocol PostProcessLogging : Logging
logging functionality regarding Post-process
-
postProcessStarted()Extension methodLogs when the post-process start.
Log-level must be at least equal to medium.
Declaration
Swift
func postProcessStarted() -
postProcessCompleted()Extension methodLogs when the post-process finish.
Log-level must be at least equal to medium.
Declaration
Swift
func postProcessCompleted() -
postProcessCompleted(withFailledTasks:)Extension methodLogs when post-process complete
Log-level must be at least equal to medium.
Declaration
Swift
func postProcessCompleted(withFailledTasks failedTasks: [DMSwiftTypealias.PostProcess.FailedTask])Parameters
failedTasksFailed tasks.
-
postProcessUpdated(withProgress:)Extension methodLogs when post-process change progress.
Log-level must be at least equal to high.
Declaration
Swift
func postProcessUpdated(withProgress progress: TaskProgress)Parameters
progressPost-process progress.
PostProcessLogging Protocol Reference