Package org.gradle.api.logging

Classes for managing logging in Gradle.

See:
          Description

Interface Summary
Logger An extension to the SLF4J Logger interface, which adds the quiet and lifecycle log levels.
LoggingManager A LoggingManager provides access to and control over the Gradle logging system.
LoggingOutput Provides access to the output of the Gradle logging system.
StandardOutputListener A StandardOutputListener receives text written by Gradle's logging system to standard output or error.
 

Class Summary
Logging The main entry point for Gradle's logging system.
 

Enum Summary
LogLevel The log levels supported by Gradle.
 

Package org.gradle.api.logging Description

Classes for managing logging in Gradle.