Uses of Class
net.logstash.logback.fieldnames.LogstashCommonFieldNames
Packages that use LogstashCommonFieldNames
-
Uses of LogstashCommonFieldNames in net.logstash.logback.composite
Classes in net.logstash.logback.composite with type parameters of type LogstashCommonFieldNamesModifier and TypeClassDescriptionclass
AbstractFormattedTimestampJsonProvider<Event extends DeferredProcessingAware,
FieldNames extends LogstashCommonFieldNames> Writes the timestamp field as either: A string value formatted by aDateTimeFormatter
pattern A string value representing the number of milliseconds since unix epoch (designated by specifying the pattern value as "[UNIX_TIMESTAMP_AS_STRING]") A number value of the milliseconds since unix epoch (designated by specifying the pattern value as "[UNIX_TIMESTAMP_AS_NUMBER]")interface
FieldNamesAware<FieldNames extends LogstashCommonFieldNames>
Identifies classes that are aware of logstash field names.class
FormattedTimestampJsonProvider<Event extends DeferredProcessingAware,
FieldNames extends LogstashCommonFieldNames> Deprecated.Methods in net.logstash.logback.composite with parameters of type LogstashCommonFieldNamesModifier and TypeMethodDescriptionvoid
AbstractThreadNameJsonProvider.setFieldNames
(LogstashCommonFieldNames fieldNames) void
ContextJsonProvider.setFieldNames
(LogstashCommonFieldNames fieldNames) void
LogstashVersionJsonProvider.setFieldNames
(LogstashCommonFieldNames fieldNames) -
Uses of LogstashCommonFieldNames in net.logstash.logback.fieldnames
Subclasses of LogstashCommonFieldNames in net.logstash.logback.fieldnamesModifier and TypeClassDescriptionclass
class
Names of standard fields that appear in the JSON output.class
These are the default JSON field names that were used to outputAccessEvent
details in logstash-logback-encoder versions prior to 5.0.class
Slightly shortened versions of theLogstashFieldNames
.
AbstractFormattedTimestampJsonProvider
instead