Thursday, 15 August 2013

logging - The best way to show important information in Gradle? -



logging - The best way to show important information in Gradle? -

after execution of custom task, want show user generated study is. wrote:

println "the generated study in ${report.getabsolutepath()}"

but wondering best practice that. in way or using logger

logger.quiet "${report.getabsolutepath()}"

or other. , in real environment how done? write log file or when running on ci server(jenkins) specify want log level?

logging jenkins gradle

No comments:

Post a Comment