Package org.jclouds.logging.config
Class NullLoggingModule
- java.lang.Object
-
- com.google.inject.AbstractModule
-
- org.jclouds.logging.config.LoggingModule
-
- org.jclouds.logging.config.NullLoggingModule
-
- All Implemented Interfaces:
com.google.inject.Module
public class NullLoggingModule extends LoggingModule
Configures logging of typeNullLogger
-
-
Constructor Summary
Constructors Constructor Description NullLoggingModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
configure()
note that we override, as if we are not logging, there's no use in the overhead of listening for loggersLogger.LoggerFactory
createLoggerFactory()
-
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, requestStaticInjection, requireBinding, requireBinding
-
-
-
-
Method Detail
-
createLoggerFactory
public Logger.LoggerFactory createLoggerFactory()
- Specified by:
createLoggerFactory
in classLoggingModule
-
configure
protected void configure()
note that we override, as if we are not logging, there's no use in the overhead of listening for loggers- Overrides:
configure
in classLoggingModule
-
-