public class Root<T extends Root> extends Object
| Constructor and Description |
|---|
Root() |
| Modifier and Type | Method and Description |
|---|---|
String |
filterSpec()
A filter expression value to define a filter.
|
T |
filterSpec(String value)
A filter expression value to define a filter.
|
String |
getKey() |
List<String> |
handlers()
The handlers associated with the root logger.
|
T |
handlers(List<String> value)
The handlers associated with the root logger.
|
String |
level()
The log level specifying which message levels will be logged by the root logger.
|
T |
level(String value)
The log level specifying which message levels will be logged by the root logger.
|
public String getKey()
public String filterSpec()
public T filterSpec(String value)
public String level()
Copyright © 2015 JBoss by Red Hat. All rights reserved.