Package org.gradle.api.logging


package org.gradle.api.logging
Classes for managing logging in Gradle.
  • Class
    Description
    An extension to the SLF4J Logger interface, which adds the quiet and lifecycle log levels.
    The main entry point for Gradle's logging system.
    A LoggingManager 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.
    A StandardOutputListener receives text written by Gradle's logging system to standard output or error.