Uses of Class
org.mentawai.log.Level

Packages that use Level
org.mentawai.log   
 

Uses of Level in org.mentawai.log
 

Methods in org.mentawai.log that return Level
static Level Level.from(String s)
           
static Level Level.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Level[] Level.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.mentawai.log that return types with arguments of type Level
static EnumSet<Level> Level.getAll()
           
 

Methods in org.mentawai.log with parameters of type Level
static void LogManager.setLevel(Level level)
           
 



Copyright © 2012. All Rights Reserved.