Uses of Package
net.logstash.logback.composite.loggingevent
Packages that use net.logstash.logback.composite.loggingevent
-
Classes in net.logstash.logback.composite.loggingevent used by net.logstash.logbackClassDescriptionUsed to make it make it more convenient to create well-known
JsonProvidersvia xml configuration. -
Classes in net.logstash.logback.composite.loggingevent used by net.logstash.logback.composite.loggingeventClassDescriptionLogs an exception message for a given logging event.Include the logging event's
ILoggingEvent.getArgumentArray()in the JSON output.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.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.