api / org.gradle.api / Project / getLogger

getLogger

abstract fun getLogger(): Logger

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

Return
The logger. Never returns null.