org.gradle.api.logging
Class Logging

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

public class Logging
extends java.lang.Object


Field Summary
static java.util.Map<java.lang.Integer,LogLevel> ANT_IVY_2_SLF4J_LEVEL_MAPPER
           
static org.slf4j.Marker DISABLED
           
static org.slf4j.helpers.BasicMarker LIFECYCLE
           
static org.slf4j.Marker LIFECYCLE_ALLWAYS
          When building the build sources, LIFECYCLE logging is disabled.
static org.slf4j.Marker QUIET
           
 
Constructor Summary
Logging()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LIFECYCLE

public static final org.slf4j.helpers.BasicMarker LIFECYCLE

LIFECYCLE_ALLWAYS

public static final org.slf4j.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.


DISABLED

public static final org.slf4j.Marker DISABLED

QUIET

public static final org.slf4j.Marker QUIET

ANT_IVY_2_SLF4J_LEVEL_MAPPER

public static final java.util.Map<java.lang.Integer,LogLevel> ANT_IVY_2_SLF4J_LEVEL_MAPPER
Constructor Detail

Logging

public Logging()