getLogger

abstract fun getLogger(): Logger(source)

Returns the logger for this project. You can use this in your build file to write log messages.

Return

The logger. Never returns null.