Groovy Documentation

org.gradle.initialization
Class DefaultLoggingConfigurer

java.lang.Object
  org.gradle.initialization.DefaultLoggingConfigurer
All Implemented Interfaces:
LoggingConfigurer

class DefaultLoggingConfigurer
extends java.lang.Object

author:
Hans Dockter


Constructor Summary
DefaultLoggingConfigurer()

 
Method Summary
void configure(LogLevel logLevel)

 
Methods inherited from class java.lang.Object
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 

Constructor Detail

DefaultLoggingConfigurer

DefaultLoggingConfigurer()


 
Method Detail

configure

public void configure(LogLevel logLevel)


 

Groovy Documentation