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 LoggingModule
LoggingModules. 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 availableLoggingModule
s -
Uses of LoggingModule in org.jclouds.logging.config
Subclasses of LoggingModule in org.jclouds.logging.config Modifier and Type Class Description class
ConsoleLoggingModule
Configures logging of typeConsoleLogger
class
NullLoggingModule
Configures 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 class
JDKLoggingModule
Configures 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 class
Log4JLoggingModule
Configures 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 class
SLF4JLoggingModule
Configures logging of typeSLF4JLogger
-