| Package | Description |
|---|---|
| org.jboss.logmanager.ext.formatters |
| Modifier and Type | Method and Description |
|---|---|
static StructuredFormatter.Key |
StructuredFormatter.Key.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StructuredFormatter.Key[] |
StructuredFormatter.Key.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
StructuredFormatter.getKey(StructuredFormatter.Key defaultKey)
Checks to see if the key should be overridden.
|
| Constructor and Description |
|---|
JsonFormatter(Map<StructuredFormatter.Key,String> keyOverrides)
Creates a new JSON formatter.
|
LogstashFormatter(Map<StructuredFormatter.Key,String> keyOverrides)
Create the logstash formatter overriding any default keys
|
StructuredFormatter(Map<StructuredFormatter.Key,String> keyOverrides) |
XmlFormatter(Map<StructuredFormatter.Key,String> keyOverrides)
Creates a new XML formatter.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.