public class Logger<T extends Logger> extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
category()
Specifies the category for the logger.
|
T |
category(String value)
Specifies the category for the logger.
|
Map |
filter()
Defines a simple filter type.
|
T |
filter(Map value)
Defines a simple filter type.
|
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 logger.
|
T |
handlers(List<String> value)
The handlers associated with the logger.
|
String |
level()
The log level specifying which message levels will be logged by the logger.
|
T |
level(String value)
The log level specifying which message levels will be logged by the logger.
|
Boolean |
useParentHandlers()
Specifies whether or not this logger should send its output to it's parent Logger.
|
T |
useParentHandlers(Boolean value)
Specifies whether or not this logger should send its output to it's parent Logger.
|
public Logger(String key)
public String getKey()
public String category()
public Map filter()
public String filterSpec()
public T filterSpec(String value)
public String level()
public T level(String value)
public Boolean useParentHandlers()
Copyright © 2015 JBoss by Red Hat. All rights reserved.