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 formatter class to be used.
|
T |
attributeClass(String value)
The logging formatter class to be used.
|
String |
getKey() |
String |
module()
The module that the logging formatter depends on.
|
T |
module(String value)
The module that the logging formatter depends on.
|
Map |
properties()
Defines the properties used for the logging formatter.
|
T |
properties(Map value)
Defines the properties used for the logging formatter.
|
T |
property(String key,
Object value)
Defines the properties used for the logging formatter.
|
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 © 2019 JBoss by Red Hat. All rights reserved.