Uses of Class
org.bushe.swing.event.Logger.Level

Packages that use Logger.Level
org.bushe.swing.event The main package, provides publish/subscribe services for Swing and non-Swing applications. 
 

Uses of Logger.Level in org.bushe.swing.event
 

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

Methods in org.bushe.swing.event with parameters of type Logger.Level
 boolean Logger.isLoggable(Logger.Level level)
          Returns whether this level is loggable.
 void Logger.log(Logger.Level level, String message)
           
 void Logger.log(Logger.Level level, String message, Throwable throwable)
           
 



Copyright © 2011 Bushe Enterprises, Inc.. All Rights Reserved.