| Class | Description |
|---|---|
| LogstashMarker |
A
Marker that is known and understood by the logstash logback encoder. |
| MapEntriesAppendingMarker |
A marker that appends the entries from a map into the logstash json event.
|
| Markers |
Convenience class for constructing various
LogstashMarkers used to add
fields into the logstash event. |
| ObjectAppendingMarker |
A marker that converts an Object into an appropriate JSON type (number, string, object, array)
and writes it to the logstash json event under a given fieldName.
|
| ObjectFieldsAppendingMarker |
A marker that "unwraps" the given object into the logstash event.
|
| RawJsonAppendingMarker |
A marker that writes a raw json value to the logstash json event
under a given field name.
|
| SingleFieldAppendingMarker |
A marker that appends a single field into the logstash json event.
|
Copyright © 2014. All Rights Reserved.