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 org.slf4j.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 3.0-milestone-1