Package org.gradle.api.logging
package org.gradle.api.logging
Classes for managing logging in Gradle.
-
ClassDescriptionAn extension to the SLF4J
Logger
interface, which adds thequiet
andlifecycle
log levels.The main entry point for Gradle's logging system.ALoggingManager
provides access to and control over the Gradle logging system.Provides access to the output of the Gradle logging system.The log levels supported by Gradle.AStandardOutputListener
receives text written by Gradle's logging system to standard output or error.