| Package | Description |
|---|---|
| net.logstash.logback.marker |
| Class and 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.
|
| 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.