Uses of Class
org.eaglei.datatools.logging.JSLogger.Level

Packages that use JSLogger.Level
org.eaglei.datatools.logging   
 

Uses of JSLogger.Level in org.eaglei.datatools.logging
 

Methods in org.eaglei.datatools.logging that return JSLogger.Level
static JSLogger.Level JSLogger.getDefaultThreshold()
           
static JSLogger.Level JSLogger.Level.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JSLogger.Level[] JSLogger.Level.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eaglei.datatools.logging with parameters of type JSLogger.Level
static JSLogger JSLogger.getLogger(java.lang.String name, JSLogger.Level threshold)
           
protected  boolean JSLogger.Level.isHigherThanOrEqualTo(JSLogger.Level level)
           
static void JSLogger.setDefaultThreshold(JSLogger.Level defaultThreshold)
           
 



Copyright © 2009-2011 Eagle-I. All Rights Reserved.