org.gradle.initialization
Class DefaultLoggingConfigurer

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

public class DefaultLoggingConfigurer
extends java.lang.Object
implements LoggingConfigurer


Constructor Summary
DefaultLoggingConfigurer()
           
 
Method Summary
 void configure(LogLevel logLevel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultLoggingConfigurer

public DefaultLoggingConfigurer()
Method Detail

configure

public void configure(LogLevel logLevel)
Specified by:
configure in interface LoggingConfigurer