org.jclouds.tools.ant.logging.config
Class AntLoggingModule

java.lang.Object
  extended by com.google.inject.AbstractModule
      extended by org.jclouds.logging.config.LoggingModule
          extended by org.jclouds.tools.ant.logging.config.AntLoggingModule
All Implemented Interfaces:
com.google.inject.Module

public class AntLoggingModule
extends LoggingModule

Configures logging of type AntLogger

Author:
Adrian Cole

Constructor Summary
AntLoggingModule(org.apache.tools.ant.Project project, String... upgrades)
           
 
Method Summary
 Logger.LoggerFactory createLoggerFactory()
           
 
Methods inherited from class org.jclouds.logging.config.LoggingModule
configure
 
Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntLoggingModule

public AntLoggingModule(org.apache.tools.ant.Project project,
                        String... upgrades)
Method Detail

createLoggerFactory

public Logger.LoggerFactory createLoggerFactory()
Specified by:
createLoggerFactory in class LoggingModule


Copyright © 2009-2011 jclouds. All Rights Reserved.