public class CustomFormatter extends Object
| Constructor and Description |
|---|
CustomFormatter(String key) |
| Modifier and Type | Method and Description |
|---|---|
String |
attributeClass()
The logging handler class to be used.
|
CustomFormatter |
attributeClass(String value)
The logging handler class to be used.
|
String |
getKey() |
String |
module()
The module that the logging handler depends on.
|
CustomFormatter |
module(String value)
The module that the logging handler depends on.
|
Map |
properties()
Defines the properties used for the logging handler.
|
CustomFormatter |
properties(Map value)
Defines the properties used for the logging handler.
|
public CustomFormatter(String key)
public String getKey()
public String attributeClass()
public CustomFormatter attributeClass(String value)
public String module()
public CustomFormatter module(String value)
public Map properties()
public CustomFormatter properties(Map value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.