Package | Description |
---|---|
net.logstash.logback.marker |
Modifier and Type | Class and Description |
---|---|
class |
LogstashMarker
A
Marker that is known and understood by the logstash logback encoder. |
class |
MapEntriesAppendingMarker
A marker that appends the entries from a map into the logstash json event.
|
class |
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.
|
class |
ObjectFieldsAppendingMarker
A marker that "unwraps" the given object into the logstash event.
|
class |
RawJsonAppendingMarker
A marker that writes a raw json value to the logstash json event
under a given field name.
|
class |
SingleFieldAppendingMarker
A marker that appends a single field into the logstash json event.
|
Copyright © 2015. All Rights Reserved.