| Package | Description |
|---|---|
| org.gradle.api |
Start Here: Gradle's
Project API, which is available from your build files. |
| org.gradle.api.internal | |
| org.gradle.api.internal.project | |
| org.gradle.api.logging |
Classes for managing logging in Gradle.
|
| org.gradle.logging | |
| org.gradle.logging.internal | |
| org.gradle.testfixtures.internal |
| Modifier and Type | Method and Description |
|---|---|
LoggingManager |
Task.getLogging()
Returns the
LoggingManager which can be used to control the logging level and
standard output/error capture for this task. |
LoggingManager |
Script.getLogging()
Returns the
LoggingManager which can be used to control the logging level and
standard output/error capture for this script. |
LoggingManager |
Project.getLogging()
Returns the
LoggingManager which can be used to control the logging level and
standard output/error capture for this project's build script. |
| Modifier and Type | Method and Description |
|---|---|
LoggingManager |
AbstractTask.getLogging() |
| Modifier and Type | Method and Description |
|---|---|
LoggingManager |
AbstractProject.getLogging() |
| Modifier and Type | Method and Description |
|---|---|
LoggingManager |
LoggingManager.captureStandardError(LogLevel level)
Requests that output written to System.err be routed to Gradle's logging system.
|
LoggingManager |
LoggingManager.captureStandardOutput(LogLevel level)
Requests that output written to System.out be routed to Gradle's logging system.
|
LoggingManager |
LoggingManager.setLevel(LogLevel logLevel)
Sets the minimum logging level.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LoggingManagerInternal |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultLoggingManager |
| Modifier and Type | Class and Description |
|---|---|
class |
NoOpLoggingManager |
Copyright © 2013. All rights reserved