| Package | Description |
|---|---|
| com.zenjava.javafx.deploy.log |
| Modifier and Type | Method and Description |
|---|---|
Log.LogLevel |
AbstractLog.getLogLevel() |
static Log.LogLevel |
Log.LogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Log.LogLevel[] |
Log.LogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AbstractLog.isLogLevelSet(Log.LogLevel level) |
protected void |
AbstractLog.log(Log.LogLevel level,
String message,
Object... values) |
void |
AbstractLog.setLogLevel(Log.LogLevel logLevel) |
| Constructor and Description |
|---|
AbstractLog(Log.LogLevel logLevel) |
SimpleLog(Log.LogLevel logLevel) |
Copyright © 2012-2013. All Rights Reserved.