Registry / logging / jclouds-slf4j

jclouds-slf4j

JSON →
library2.6.0javamavenunverified

Provides SLF4J logging integration for Apache jclouds, enabling flexible logging backends.

<dependency> <groupId>org.apache.jclouds.driver</groupId> <artifactId>jclouds-slf4j</artifactId> <version>2.6.0</version> </dependency>
INSTALL
IMPORT
SIG · JCLOUDS-SLF4J
J
jclouds-slf4j
loggingjavav2.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SLF4JLoggingModule
org.jclouds.logging.slf4j.config.SLF4JLoggingModule

Configure jclouds to use SLF4J for logging.

import org.jclouds.logging.slf4j.config.SLF4JLoggingModule; import org.jclouds.ContextBuilder; ContextBuilder.newBuilder("aws-ec2") .modules(ImmutableSet.of(new SLF4JLoggingModule())) .build();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.6.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
28
OpenAI (training)
1
Resources
jclouds-slf4j — mvn dependency:get jclouds-slf4j · libregistry