public class Logging extends Object
The main entry point for Gradle's logging system. Gradle routes all logging via SLF4J. You can use either an SLF4J Logger or a Gradle Logger to perform logging.
Logger
static Map<Integer,LogLevel>
ANT_IVY_2_SLF4J_LEVEL_MAPPER
static org.slf4j.Marker
LIFECYCLE
QUIET
Logging()
static Logger
getLogger(Class c)
getLogger(String name)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final org.slf4j.Marker LIFECYCLE
public static final org.slf4j.Marker QUIET
public static final Map<Integer,LogLevel> ANT_IVY_2_SLF4J_LEVEL_MAPPER
public Logging()
public static Logger getLogger(Class c)
c
public static Logger getLogger(String name)
name