public class LogstashFieldNames extends LogstashCommonFieldNames
IGNORE_FIELD_INDICATOR
Constructor and Description |
---|
LogstashFieldNames() |
getMessage, getTimestamp, getVersion, setMessage, setTimestamp, setVersion
public String getLogger()
public void setLogger(String logger)
public String getThread()
public void setThread(String thread)
public String getLevel()
public void setLevel(String level)
public String getLevelValue()
public void setLevelValue(String levelValue)
public String getCaller()
If this returns null, then the caller data fields will be written inline at the root level of the JSON event output (e.g. as a sibling to all the other fields in this class).
If this returns non-null, then the caller data fields will be written inside an object with field name returned by this method
public void setCaller(String caller)
public String getCallerClass()
public void setCallerClass(String callerClass)
public String getCallerMethod()
public void setCallerMethod(String callerMethod)
public String getCallerFile()
public void setCallerFile(String callerFile)
public String getCallerLine()
public void setCallerLine(String callerLine)
public String getStackTrace()
public void setStackTrace(String stackTrace)
public String getTags()
public void setTags(String tags)
public String getMdc()
If this returns null, then the mdc fields will be written inline at the root level of the JSON event output (e.g. as a sibling to all the other fields in this class).
If this returns non-null, then the mdc fields will be written inside an object with field name returned by this method
public void setMdc(String mdc)
public String getContext()
If this returns null, then the context fields will be written inline at the root level of the JSON event output (e.g. as a sibling to all the other fields in this class).
If this returns non-null, then the context fields will be written inside an object with field name returned by this method
public void setContext(String context)
public String getArguments()
If this returns null, then the arguments will be written inline at the root level of the JSON event output (e.g. as a sibling to all the other fields in this class).
If this returns non-null, then the arguments will be written inside an object with field name returned by this method
public void setArguments(String arguments)
public String getUuid()
public void setUuid(String uuid)
public String getRootStackTraceElement()
public void setRootStackTraceElement(String rootStackTraceElement)
public String getRootStackTraceElementMethod()
public void setRootStackTraceElementMethod(String rootStackTraceElementMethod)
public String getRootStackTraceElementClass()
public void setRootStackTraceElementClass(String rootStackTraceElementClass)
Copyright © 2020. All rights reserved.