| Package | Description |
|---|---|
| net.logstash.logback.composite | |
| net.logstash.logback.composite.accessevent | |
| net.logstash.logback.composite.loggingevent |
| Modifier and Type | Class and Description |
|---|---|
class |
ContextJsonProvider<Event extends ch.qos.logback.core.spi.DeferredProcessingAware>
Writes properties from the
Context into the JSON event. |
class |
FormattedTimestampJsonProvider<Event extends ch.qos.logback.core.spi.DeferredProcessingAware,FieldNames extends LogstashCommonFieldNames>
Writes the timestamp field as either:
A string value formatted by a
FastDateFormat pattern
A string value representing the number of milliseconds since unix epoch (designated by specifying the pattern value as "[UNIX_TIMESTAMP_AS_STRING]")
A number value of the milliseconds since unix epoch (designated by specifying the pattern value as "[UNIX_TIMESTAMP_AS_NUMBER]")
|
class |
LogstashVersionJsonProvider<Event extends ch.qos.logback.core.spi.DeferredProcessingAware>
Writes a version field as a string value (by default) or a numeric value (if
LogstashVersionJsonProvider.isWriteAsInteger() is true). |
| Modifier and Type | Class and Description |
|---|---|
class |
AccessEventFormattedTimestampJsonProvider |
class |
AccessMessageJsonProvider |
class |
ContentLengthJsonProvider |
class |
ElapsedTimeJsonProvider |
class |
MethodJsonProvider |
class |
ProtocolJsonProvider |
class |
RemoteHostJsonProvider |
class |
RemoteUserJsonProvider |
class |
RequestedUriJsonProvider |
class |
RequestedUrlJsonProvider |
class |
RequestHeadersJsonProvider |
class |
ResponseHeadersJsonProvider |
class |
StatusCodeJsonProvider |
| Modifier and Type | Class and Description |
|---|---|
class |
ArgumentsJsonProvider
Include the logging event's
ILoggingEvent.getArgumentArray() in the JSON output. |
class |
CallerDataJsonProvider |
class |
LoggerNameJsonProvider |
class |
LoggingEventFormattedTimestampJsonProvider |
class |
LogLevelJsonProvider |
class |
LogLevelValueJsonProvider |
class |
MdcJsonProvider
Includes
MDC properties in the JSON output according to
MdcJsonProvider.includeMdcKeyNames and MdcJsonProvider.excludeMdcKeyNames. |
class |
MessageJsonProvider |
class |
StackTraceJsonProvider |
class |
TagsJsonProvider
Writes
Marker names as an array to the 'tags' field. |
class |
ThreadNameJsonProvider |
Copyright © 2019. All rights reserved.