org.gradle.api.logging
Class Logging
java.lang.Object
org.gradle.api.logging.Logging
public class Logging
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Logging
public Logging()