api / org.gradle.api.logging.configuration / LoggingConfiguration / getLogLevel

getLogLevel

abstract fun getLogLevel(): LogLevel

Returns the minimum logging level to use. All log messages with a lower log level are ignored. Defaults to LogLevel#LIFECYCLE.