Gradle Logging: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Gradle Concepts")
 
Line 1: Line 1:
=Internal=
=Internal=
* [[Gradle_Concepts#Logging|Gradle Concepts]]
* [[Gradle_Concepts#Logging|Gradle Concepts]]
=Overview=
Gradle exposes access to its internal logging via the "logger" variable, which is available from [[settings.gradle]] and [[build.gradle]].

Revision as of 23:39, 3 October 2020

Internal

Overview

Gradle exposes access to its internal logging via the "logger" variable, which is available from settings.gradle and build.gradle.