Module logstash.logback.encoder
Package net.logstash.logback.composite.loggingevent
package net.logstash.logback.composite.loggingevent
-
ClassesClassDescriptionLogs an exception message for a given logging event.Include the logging event's
ILoggingEvent.getArgumentArray()in the JSON output.Includes key value pairs added from slf4j's fluent api in the output according toKeyValuePairsJsonProvider.includeKeyNamesandKeyValuePairsJsonProvider.excludeKeyNames.Used to make it make it more convenient to create well-knownJsonProvidersvia xml configuration.JsonProviderproducing a single JSON field with theILoggingEvent.getThreadName().IncludesMDCproperties in the JSON output according toMdcJsonProvider.includeMdcKeyNamesandMdcJsonProvider.excludeMdcKeyNames.A JSON provider that, for any log event with a stack trace, adds aroot_stack_trace_elementJSON object field containing the class name and method name where the outer-most exception was thrown.A JSON provider that adds astack_hashJson field on a log with a stack traceWritesMarkernames as an array to the 'tags' field.Deprecated.Logs the message of the throwable associated with a given logging event, if any.Logs the class name of the innermost cause of the throwable associated with a given logging event, if any.Logs the message of the innermost cause of the throwable associated with a given logging event, if any.Utilities to obtainThrowablesfromIThrowableProxies.Deprecated.useUuidJsonProviderinstead.
LoggingEventThreadNameJsonProviderinstead.