Package org.jclouds.logging.log4j.config
Class Log4JLoggingModule
- java.lang.Object
-
- com.google.inject.AbstractModule
-
- org.jclouds.logging.config.LoggingModule
-
- org.jclouds.logging.log4j.config.Log4JLoggingModule
-
- All Implemented Interfaces:
com.google.inject.Module
@AutoService(LoggingModule.class) public class Log4JLoggingModule extends LoggingModule
Configures logging of typeLog4JLogger
-
-
Constructor Summary
Constructors Constructor Description Log4JLoggingModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Logger.LoggerFactory
createLoggerFactory()
-
Methods inherited from class org.jclouds.logging.config.LoggingModule
configure, 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
-
-