|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogLevel | |
---|---|
org.apache.commons.logging |
Uses of LogLevel in org.apache.commons.logging |
---|
Methods in org.apache.commons.logging that return LogLevel | |
---|---|
static LogLevel |
LogLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static LogLevel[] |
LogLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.commons.logging with parameters of type LogLevel | |
---|---|
static boolean |
LogLevel.ge(LogLevel op1,
LogLevel op2)
|
Log |
LogFactory.getInstance(java.lang.String name,
LogLevel logLevel)
|
static Log |
LogFactory.getLog(java.lang.Class clazz,
LogLevel logLevel)
|
static Log |
PaxRunnerLog.newInstance(LogLevel logLevel)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |