Package | Description |
---|---|
org.bushe.swing.event |
The main package, provides publish/subscribe services for Swing and non-Swing applications.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 © 2013 Bushe Enterprises, Inc.. All rights reserved.