Uses of Package
net.logstash.logback.composite
Packages that use net.logstash.logback.composite
Package
Description
-
Classes in net.logstash.logback.composite used by net.logstash.logbackClassDescriptionFormats logstash Events as JSON using
JsonProvider
s.Contributes to the JSON output being written for the given Event.Contains a collection ofJsonProvider
s to be used to write JSON output for an Event. -
Classes in net.logstash.logback.composite used by net.logstash.logback.compositeClassDescriptionFormats logstash Events as JSON using
JsonProvider
s.AJsonProvider
that has a configurable field name.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]")Writes the timestamp to the JsonGeneratorBaseJsonProvider
that provides default implementations for standard methods.Writes properties from theContext
into the JSON event.Identifies classes that are aware of logstash field names.Can be implemented byJsonProvider
s to indicate that the provider needs to be injected with theJsonFactory
.Contributes to the JSON output being written for the given Event.Contains a collection ofJsonProvider
s to be used to write JSON output for an Event.Writes a version field as a string value (by default) or a numeric value (ifLogstashVersionJsonProvider.isWriteAsInteger()
is true).Outputs random UUID as field value. -
Classes in net.logstash.logback.composite used by net.logstash.logback.composite.accesseventClassDescriptionFormats logstash Events as JSON using
JsonProvider
s.AJsonProvider
that has a configurable field name.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]")BaseJsonProvider
that provides default implementations for standard methods.AJsonProvider
that nests other providers within a subobject.Transforms an string containing patterns understood by PatternLayouts into JSON output.Outputs an incrementing sequence number.Identifies classes that are aware of logstash field names.Can be implemented byJsonProvider
s to indicate that the provider needs to be injected with theJsonFactory
.Contributes to the JSON output being written for the given Event.Contains a collection ofJsonProvider
s to be used to write JSON output for an Event. -
Classes in net.logstash.logback.composite used by net.logstash.logback.composite.loggingeventClassDescriptionFormats logstash Events as JSON using
JsonProvider
s.AJsonProvider
that has a configurable field name.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]")BaseJsonProvider
that provides default implementations for standard methods.AJsonProvider
that nests other providers within a subobject.Transforms an string containing patterns understood by PatternLayouts into JSON output.Outputs an incrementing sequence number.Identifies classes that are aware of logstash field names.Can be implemented byJsonProvider
s to indicate that the provider needs to be injected with theJsonFactory
.Contributes to the JSON output being written for the given Event.Contains a collection ofJsonProvider
s to be used to write JSON output for an Event.Outputs random UUID as field value. -
Classes in net.logstash.logback.composite used by net.logstash.logback.encoderClassDescriptionFormats logstash Events as JSON using
JsonProvider
s.Contributes to the JSON output being written for the given Event.Contains a collection ofJsonProvider
s to be used to write JSON output for an Event. -
Classes in net.logstash.logback.composite used by net.logstash.logback.layoutClassDescriptionFormats logstash Events as JSON using
JsonProvider
s.Contributes to the JSON output being written for the given Event.Contains a collection ofJsonProvider
s to be used to write JSON output for an Event.