Package | Description |
---|---|
org.jboss.logmanager.formatters |
Modifier and Type | Method | Description |
---|---|---|
static StructuredFormatter.Key |
StructuredFormatter.Key.valueOf(java.lang.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 | Description |
---|---|---|
protected java.lang.String |
StructuredFormatter.getKey(StructuredFormatter.Key defaultKey) |
Checks to see if the key should be overridden.
|
Constructor | Description |
---|---|
JsonFormatter(java.util.Map<StructuredFormatter.Key,java.lang.String> keyOverrides) |
Creates a new JSON formatter.
|
StructuredFormatter(java.util.Map<StructuredFormatter.Key,java.lang.String> keyOverrides) |
|
XmlFormatter(java.util.Map<StructuredFormatter.Key,java.lang.String> keyOverrides) |
Creates a new XML formatter.
|
Copyright © 2018. All rights reserved.