Package com.elasticinbox.core.log

Examples of com.elasticinbox.core.log.JcloudsSlf4JLoggingModule


        }

        // get a context with filesystem that offers the portable BlobStore api
        BlobStoreContext context = contextBuilder
            .overrides(properties)
            .modules(ImmutableSet.of(new JcloudsSlf4JLoggingModule()))
            .buildView(BlobStoreContext.class);

        // create container for transient store
        if(profile.getProvider().equals(PROVIDER_TRANSIENT)) {
          context.getBlobStore().createContainerInLocation(null, profile.getContainer());
View Full Code Here

TOP

Related Classes of com.elasticinbox.core.log.JcloudsSlf4JLoggingModule

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.