Class ConsoleLoggingModule

java.lang.Object
com.google.inject.AbstractModule
org.jclouds.logging.config.LoggingModule
org.jclouds.logging.config.ConsoleLoggingModule
All Implemented Interfaces:
com.google.inject.Module

public class ConsoleLoggingModule extends LoggingModule
Configures logging of type
invalid reference
ConsoleLogger
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    note that we override, as if we are not logging, there's no use in the overhead of listening for loggers
     

    Methods inherited from class org.jclouds.logging.config.LoggingModule

    provideLoggerFactory

    Methods inherited from class com.google.inject.AbstractModule

    addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestInjection, requestStaticInjection, requireBinding, requireBinding

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ConsoleLoggingModule

      public ConsoleLoggingModule()
  • Method Details