Package-level declarations

Classes for managing logging in Gradle.

Types

Link copied to clipboard
interface Logger : Logger
An extension to the SLF4J Logger interface, which adds the quiet and lifecycle log levels.
Link copied to clipboard
open class Logging
The main entry point for Gradle's logging system.
Link copied to clipboard
A LoggingManager provides access to and control over the Gradle logging system.
Link copied to clipboard
interface LoggingOutput
Provides access to the output of the Gradle logging system.
Link copied to clipboard
The log levels supported by Gradle.
Link copied to clipboard
A StandardOutputListener receives text written by Gradle's logging system to standard output or error.