Uses of Class
org.jclouds.logging.config.LoggingModule
-
Packages that use LoggingModule Package Description org.jclouds.logging org.jclouds.logging.config org.jclouds.logging.jdk.config org.jclouds.logging.log4j.config org.jclouds.logging.slf4j.config -
-
Uses of LoggingModule in org.jclouds.logging
Methods in org.jclouds.logging that return LoggingModule Modifier and Type Method Description static LoggingModuleLoggingModules. firstOrJDKLoggingModule()Methods in org.jclouds.logging that return types with arguments of type LoggingModule Modifier and Type Method Description static Iterable<LoggingModule>LoggingModules. all()all availableLoggingModules -
Uses of LoggingModule in org.jclouds.logging.config
Subclasses of LoggingModule in org.jclouds.logging.config Modifier and Type Class Description classConsoleLoggingModuleConfigures logging of typeConsoleLoggerclassNullLoggingModuleConfigures logging of typeNullLogger -
Uses of LoggingModule in org.jclouds.logging.jdk.config
Subclasses of LoggingModule in org.jclouds.logging.jdk.config Modifier and Type Class Description classJDKLoggingModuleConfigures logging of typeJDKLogger -
Uses of LoggingModule in org.jclouds.logging.log4j.config
Subclasses of LoggingModule in org.jclouds.logging.log4j.config Modifier and Type Class Description classLog4JLoggingModuleConfigures logging of typeLog4JLogger -
Uses of LoggingModule in org.jclouds.logging.slf4j.config
Subclasses of LoggingModule in org.jclouds.logging.slf4j.config Modifier and Type Class Description classSLF4JLoggingModuleConfigures logging of typeSLF4JLogger
-