Uses of Class
net.logstash.logback.fieldnames.LogstashFieldNames
Packages that use LogstashFieldNames
Package
Description
-
Uses of LogstashFieldNames in net.logstash.logback
Fields in net.logstash.logback declared as LogstashFieldNamesModifier and TypeFieldDescriptionprotected LogstashFieldNamesLogstashFormatter.fieldNamesThe field names to use when writing the standard event fieldsMethods in net.logstash.logback that return LogstashFieldNamesMethods in net.logstash.logback with parameters of type LogstashFieldNamesModifier and TypeMethodDescriptionvoidLogstashFormatter.setFieldNames(LogstashFieldNames fieldNames) -
Uses of LogstashFieldNames in net.logstash.logback.composite.loggingevent
Subclasses with type arguments of type LogstashFieldNames in net.logstash.logback.composite.loggingeventClasses in net.logstash.logback.composite.loggingevent that implement interfaces with type arguments of type LogstashFieldNamesModifier and TypeClassDescriptionclassInclude the logging event'sILoggingEvent.getArgumentArray()in the JSON output.classclassIncludes key value pairs added from slf4j's fluent api in the output according toKeyValuePairsJsonProvider.includeKeyNamesandKeyValuePairsJsonProvider.excludeKeyNames.classclassclassclassIncludesMDCproperties in the JSON output according toMdcJsonProvider.includeMdcKeyNamesandMdcJsonProvider.excludeMdcKeyNames.classclassA JSON provider that, for any log event with a stack trace, adds aroot_stack_trace_elementJSON object field containing the class name and method name where the outer-most exception was thrown.classclassWritesMarkernames as an array to the 'tags' field.Methods in net.logstash.logback.composite.loggingevent with parameters of type LogstashFieldNamesModifier and TypeMethodDescriptionvoidArgumentsJsonProvider.setFieldNames(LogstashFieldNames fieldNames) voidCallerDataJsonProvider.setFieldNames(LogstashFieldNames fieldNames) voidKeyValuePairsJsonProvider.setFieldNames(LogstashFieldNames fieldNames) voidLoggerNameJsonProvider.setFieldNames(LogstashFieldNames fieldNames) voidLogLevelJsonProvider.setFieldNames(LogstashFieldNames fieldNames) voidLogLevelValueJsonProvider.setFieldNames(LogstashFieldNames fieldNames) voidMdcJsonProvider.setFieldNames(LogstashFieldNames fieldNames) voidMessageJsonProvider.setFieldNames(LogstashFieldNames fieldNames) voidRootStackTraceElementJsonProvider.setFieldNames(LogstashFieldNames fieldNames) voidStackTraceJsonProvider.setFieldNames(LogstashFieldNames fieldNames) voidTagsJsonProvider.setFieldNames(LogstashFieldNames fieldNames) -
Uses of LogstashFieldNames in net.logstash.logback.encoder
Methods in net.logstash.logback.encoder that return LogstashFieldNamesMethods in net.logstash.logback.encoder with parameters of type LogstashFieldNamesModifier and TypeMethodDescriptionvoidLogstashEncoder.setFieldNames(LogstashFieldNames fieldNames) -
Uses of LogstashFieldNames in net.logstash.logback.fieldnames
Subclasses of LogstashFieldNames in net.logstash.logback.fieldnames -
Uses of LogstashFieldNames in net.logstash.logback.layout
Methods in net.logstash.logback.layout that return LogstashFieldNamesMethods in net.logstash.logback.layout with parameters of type LogstashFieldNamesModifier and TypeMethodDescriptionvoidLogstashLayout.setFieldNames(LogstashFieldNames fieldNames)