Package org.gradle.api.logging
Classes for managing logging in Gradle.
-
Interface Summary Interface Description Logger An extension to the SLF4JLogger
interface, which adds thequiet
andlifecycle
log levels.LoggingManager ALoggingManager
provides access to and control over the Gradle logging system.LoggingOutput Provides access to the output of the Gradle logging system.StandardOutputListener AStandardOutputListener
receives text written by Gradle's logging system to standard output or error. -
Class Summary Class Description Logging The main entry point for Gradle's logging system. -
Enum Summary Enum Description LogLevel The log levels supported by Gradle.