Package net.logstash.logback.fieldnames
Class ShortenedFieldNames
java.lang.Object
net.logstash.logback.fieldnames.LogstashCommonFieldNames
net.logstash.logback.fieldnames.LogstashFieldNames
net.logstash.logback.fieldnames.ShortenedFieldNames
Slightly shortened versions of the
LogstashFieldNames.
Specifically, no underscores are used,
the "_name" and "_number" suffixes have been removed, and
caller data is wrapped in a "caller" object.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class net.logstash.logback.fieldnames.LogstashCommonFieldNames
IGNORE_FIELD_INDICATOR -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.logstash.logback.fieldnames.LogstashFieldNames
getArguments, getCaller, getCallerClass, getCallerFile, getCallerLine, getCallerMethod, getKeyValuePair, getLevel, getLevelValue, getLogger, getMdc, getRootStackTraceElement, getRootStackTraceElementClass, getRootStackTraceElementMethod, getStackTrace, getTags, setArguments, setCaller, setCallerClass, setCallerFile, setCallerLine, setCallerMethod, setKeyValuePair, setLevel, setLevelValue, setLogger, setMdc, setRootStackTraceElement, setRootStackTraceElementClass, setRootStackTraceElementMethod, setStackTrace, setTagsMethods inherited from class net.logstash.logback.fieldnames.LogstashCommonFieldNames
getContext, getMessage, getThread, getTimestamp, getUuid, getVersion, setContext, setMessage, setThread, setTimestamp, setUuid, setVersion
-
Field Details
-
FIELD_LOGGER
- See Also:
-
FIELD_THREAD
- See Also:
-
FIELD_LEVEL_VAL
- See Also:
-
FIELD_CALLER
- See Also:
-
FIELD_CLASS
- See Also:
-
FIELD_METHOD
- See Also:
-
FIELD_FILE
- See Also:
-
FIELD_LINE
- See Also:
-
FIELD_STACKTRACE
- See Also:
-
-
Constructor Details
-
ShortenedFieldNames
public ShortenedFieldNames()
-