|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gradle.api.logging.Logging
class Logging
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.
Nested Class Summary | |
---|---|
class |
Logging.LoggerImpl
|
Field Summary | |
---|---|
static Map |
ANT_IVY_2_SLF4J_LEVEL_MAPPER
|
static Marker |
DISABLED
|
static BasicMarker |
LIFECYCLE
|
static Marker |
PROGRESS
|
static Marker |
QUIET
|
Constructor Summary | |
Logging()
|
Method Summary | |
---|---|
static Logger
|
getLogger(java.lang.Class c)
Returns the logger for the given class. |
static Logger
|
getLogger(java.lang.String name)
Returns the logger with the given name. |
Methods inherited from class java.lang.Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Field Detail |
---|
static final Map ANT_IVY_2_SLF4J_LEVEL_MAPPER
static final Marker DISABLED
static final BasicMarker LIFECYCLE
static final Marker PROGRESS
static final Marker QUIET
Constructor Detail |
---|
Logging()
Method Detail |
---|
public static Logger getLogger(java.lang.Class c)
public static Logger getLogger(java.lang.String name)
Groovy Documentation