Uses of Class
com.j256.ormlite.logger.LocalLog.Level

Packages that use LocalLog.Level
com.j256.ormlite.logger Logging utility classes. 
 

Uses of LocalLog.Level in com.j256.ormlite.logger
 

Methods in com.j256.ormlite.logger that return LocalLog.Level
static LocalLog.Level LocalLog.Level.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LocalLog.Level[] LocalLog.Level.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.j256.ormlite.logger with parameters of type LocalLog.Level
 boolean LocalLog.Level.isEnabled(LocalLog.Level otherLevel)
          Return whether or not a level argument is enabled for this level value.
 



Copyright © 2010. All Rights Reserved.