|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LogLevel | |
|---|---|
| org.xwiki.logging | |
| org.xwiki.logging.event | |
| Uses of LogLevel in org.xwiki.logging |
|---|
| Methods in org.xwiki.logging that return LogLevel | |
|---|---|
static LogLevel |
LogLevel.valueOf(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. |
| Uses of LogLevel in org.xwiki.logging.event |
|---|
| Methods in org.xwiki.logging.event that return LogLevel | |
|---|---|
LogLevel |
LogEvent.getLevel()
|
| Constructors in org.xwiki.logging.event with parameters of type LogLevel | |
|---|---|
LogEvent(LogLevel level,
String message,
Object[] argumentArray,
Throwable throwable)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||