public abstract class LogstashCommonFieldNames extends Object
LogstashFormatter
and the LogstashAccessFormatter.| Modifier and Type | Field and Description |
|---|---|
static String |
IGNORE_FIELD_INDICATOR
Field name to use in logback configuration files
if you want the field to be ignored (not output).
|
| Constructor and Description |
|---|
LogstashCommonFieldNames() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
String |
getTimestamp() |
String |
getVersion() |
void |
setMessage(String message) |
void |
setTimestamp(String timestamp) |
void |
setVersion(String version) |
public static final String IGNORE_FIELD_INDICATOR
Copyright © 2019. All rights reserved.