Uses of Class
net.logstash.logback.marker.LogstashMarker
Packages that use LogstashMarker
-
Uses of LogstashMarker in net.logstash.logback.marker
Subclasses of LogstashMarker in net.logstash.logback.markerModifier and TypeClassDescriptionclass
ALogstashMarker
that defers the creation of anotherLogstashMarker
until the first time it is encoded.class
An empty marker that does nothing itself, but can be used as a base marker when you want to conditionally chain other markers withand(Marker)
.class
class
AMarker
ORStructuredArgument
that writes an object under a given fieldName in the log event output.class
AMarker
ORStructuredArgument
that that "unwraps" the given object into the logstash event.class
AMarker
ORStructuredArgument
that writes a raw json value to the logstash json event under a given field name.class
AMarker
ORStructuredArgument
that appends a single field into the JSON event.Methods in net.logstash.logback.marker with type parameters of type LogstashMarkerModifier and TypeMethodDescription<T extends LogstashMarker>
TLogstashMarker.and
(org.slf4j.Marker reference) Adds the given marker as a reference, and returns this marker.<T extends LogstashMarker>
TLogstashMarker.with
(org.slf4j.Marker reference) Deprecated.Methods in net.logstash.logback.marker that return LogstashMarkerModifier and TypeMethodDescriptionstatic LogstashMarker
Markers.aggregate
(Collection<? extends org.slf4j.Marker> markers) Aggregates the given markers into a single marker.static LogstashMarker
Markers.aggregate
(org.slf4j.Marker... markers) Aggregates the given markers into a single marker.static LogstashMarker
static LogstashMarker
Markers.appendArray
(String fieldName, Object... objects) static LogstashMarker
Markers.appendEntries
(Map<?, ?> map) static LogstashMarker
Markers.appendFields
(Object object) static LogstashMarker
static LogstashMarker
Markers.defer
(Supplier<? extends LogstashMarker> logstashMarkerSupplier) static LogstashMarker
Markers.empty()
Method parameters in net.logstash.logback.marker with type arguments of type LogstashMarkerModifier and TypeMethodDescriptionstatic LogstashMarker
Markers.defer
(Supplier<? extends LogstashMarker> logstashMarkerSupplier) Constructor parameters in net.logstash.logback.marker with type arguments of type LogstashMarkerModifierConstructorDescriptionDeferredLogstashMarker
(Supplier<? extends LogstashMarker> logstashMarkerSupplier)
and(Marker)
instead