|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LogLevel | |
|---|---|
| org.fusesource.web.console.client.common | |
| Uses of LogLevel in org.fusesource.web.console.client.common |
|---|
| Methods in org.fusesource.web.console.client.common that return LogLevel | |
|---|---|
LogLevel |
LogFilter.getLevel()
|
LogLevel |
LogEvent.getLevel()
|
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're declared. |
| Methods in org.fusesource.web.console.client.common with parameters of type LogLevel | |
|---|---|
boolean |
LogLevel.matches(LogLevel that)
Returns true if this filter matches the given value. |
void |
LogFilter.setLevel(LogLevel level)
|
void |
LogEvent.setLevel(LogLevel level)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||