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