org.jclouds.logging
Class LoggingModules

java.lang.Object
  extended by org.jclouds.logging.LoggingModules

public class LoggingModules
extends Object

The LoggingModules class provides static methods for accessing loggingModules.

Author:
Adrian Cole

Constructor Summary
LoggingModules()
           
 
Method Summary
static Iterable<LoggingModule> all()
          all available LoggingModules
static LoggingModule firstOrJDKLoggingModule()
          the first available LoggingModules from ServiceLoader or JDKLoggingModule
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingModules

public LoggingModules()
Method Detail

all

public static Iterable<LoggingModule> all()
all available LoggingModules


firstOrJDKLoggingModule

public static LoggingModule firstOrJDKLoggingModule()
the first available LoggingModules from ServiceLoader or JDKLoggingModule



Copyright © 2009-2013 jclouds. All Rights Reserved.