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 TypeClassDescriptionclassALogstashMarkerthat defers the creation of anotherLogstashMarkeruntil the first time it is encoded.classAn empty marker that does nothing itself, but can be used as a base marker when you want to conditionally chain other markers withand(Marker).classclassAMarkerORStructuredArgumentthat writes an object under a given fieldName in the log event output.classAMarkerORStructuredArgumentthat that "unwraps" the given object into the logstash event.classAMarkerORStructuredArgumentthat writes a raw json value to the logstash json event under a given field name.classAMarkerORStructuredArgumentthat 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 LogstashMarkerMarkers.aggregate(Collection<? extends org.slf4j.Marker> markers) Aggregates the given markers into a single marker.static LogstashMarkerMarkers.aggregate(org.slf4j.Marker... markers) Aggregates the given markers into a single marker.static LogstashMarkerstatic LogstashMarkerMarkers.appendArray(String fieldName, Object... objects) static LogstashMarkerMarkers.appendEntries(Map<?, ?> map) static LogstashMarkerMarkers.appendFields(Object object) static LogstashMarkerstatic LogstashMarkerMarkers.defer(Supplier<? extends LogstashMarker> logstashMarkerSupplier) static LogstashMarkerMarkers.empty()Method parameters in net.logstash.logback.marker with type arguments of type LogstashMarkerModifier and TypeMethodDescriptionstatic LogstashMarkerMarkers.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