|
logging-api 1.0.1.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Logger.Level | |
|---|---|
| org.ocpsoft.logging | |
| Uses of Logger.Level in org.ocpsoft.logging |
|---|
| Methods in org.ocpsoft.logging that return Logger.Level | |
|---|---|
static Logger.Level |
Logger.Level.valueOf(java.lang.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.ocpsoft.logging with parameters of type Logger.Level | |
|---|---|
protected java.util.logging.Level |
JDKLogAdapter.getJdkLogLevel(Logger.Level level)
Translates the log level to JDK Level class. |
protected boolean |
JDKLogAdapter.isEnabled(Logger.Level level)
|
protected abstract boolean |
Logger.isEnabled(Logger.Level level)
|
protected void |
JDKLogAdapter.log(Logger.Level level,
java.lang.String msg,
java.lang.Throwable t)
|
protected abstract void |
Logger.log(Logger.Level level,
java.lang.String msg,
java.lang.Throwable t)
|
|
logging-api 1.0.1.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||