fun <T> progressLogger(action: ProgressLogger.() -> T): T
Show synchronous progress logger while performing some action.