public interface ProgressLogger extends BaseProgressLogger
Allows implementation against
public void
completed()
started()
interface BaseProgressLogger
log
Prevent further logging.
Any attempt to log after this will result in an exception.
Allow logging to start
Any attempt to log before this will result in an exception.
Groovy Documentation