| Package | Description |
|---|---|
| org.gradle |
Classes for embedding Gradle.
|
| 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.
|
| Constructor and Description |
|---|
BuildLogger(Logger logger,
StyledTextOutputFactory textOutputFactory,
StartParameter startParameter,
BuildRequestMetaData requestMetaData) |
| Modifier and Type | Method and Description |
|---|---|
Logger |
Task.getLogger()
Returns the logger for this task.
|
Logger |
Script.getLogger()
Returns the logger for this script.
|
Logger |
Project.getLogger()
Returns the logger for this project.
|
| Modifier and Type | Method and Description |
|---|---|
Logger |
AbstractTask.getLogger() |
| Modifier and Type | Method and Description |
|---|---|
Logger |
AbstractProject.getLogger() |
| Modifier and Type | Method and Description |
|---|---|
static Logger |
Logging.getLogger(Class c)
Returns the logger for the given class.
|
static Logger |
Logging.getLogger(String name)
Returns the logger with the given name.
|
Copyright © 2013. All rights reserved