public class CustomFormatter<T extends CustomFormatter<T>> extends Object
| Constructor and Description | 
|---|
CustomFormatter(String key)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener 
 | 
String | 
attributeClass()
The logging handler class to be used. 
 | 
T | 
attributeClass(String value)
The logging handler class to be used. 
 | 
String | 
getKey()  | 
String | 
module()
The module that the logging handler depends on. 
 | 
T | 
module(String value)
The module that the logging handler depends on. 
 | 
Map | 
properties()
Defines the properties used for the logging handler. 
 | 
T | 
properties(Map value)
Defines the properties used for the logging handler. 
 | 
T | 
property(String key,
        Object value)
Defines the properties used for the logging handler. 
 | 
void | 
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener 
 | 
public CustomFormatter(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String attributeClass()
public String module()
public Map properties()
public T properties(Map value)
Copyright © 2018 JBoss by Red Hat. All rights reserved.