Groovy Documentation

org.gradle.api.logging
Class Logging

java.lang.Object
  org.gradle.api.logging.Logging

class Logging
extends java.lang.Object

author:
Hans Dockter


Field Summary
static Map ANT_IVY_2_SLF4J_LEVEL_MAPPER

static Marker DISABLED

static BasicMarker LIFECYCLE

static Marker LIFECYCLE_ALLWAYS

When building the build sources, LIFECYCLE logging is disabled.

static Marker QUIET

 
Constructor Summary
Logging()

 
Method Summary
 
Methods inherited from class java.lang.Object
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 

Field Detail

ANT_IVY_2_SLF4J_LEVEL_MAPPER

static final Map ANT_IVY_2_SLF4J_LEVEL_MAPPER


DISABLED

static final Marker DISABLED


LIFECYCLE

static final BasicMarker LIFECYCLE


LIFECYCLE_ALLWAYS

static final Marker LIFECYCLE_ALLWAYS
When building the build sources, LIFECYCLE logging is disabled. But some events when building the build sources should be logged. /* For those we have LIFECYCLE_ALLWAYS marker.


QUIET

static final Marker QUIET


 
Constructor Detail

Logging

Logging()


 

Groovy Documentation