GenerateTask

constructor(config: GenerateTaskConfiguration, log: (String, Throwable?) -> Unit, logDebug: (String, Throwable?) -> Unit, logWarn: (String, Throwable?) -> Unit)(source)

Parameters

config

The configuration for this task.

log

A function to log messages.

logDebug

A function to log debug messages.

logWarn

A function to log warning messages.