Package org.gradle.api.logging
Class Logging
- java.lang.Object
-
- org.gradle.api.logging.Logging
-
-
Constructor Summary
Constructors Constructor Description Logging()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Logger
getLogger(Class c)
Returns the logger for the given class.static Logger
getLogger(String name)
Returns the logger with the given name.
-