Uses of Class
net.logstash.logback.composite.AbstractThreadNameJsonProvider
Packages that use AbstractThreadNameJsonProvider
Package
Description
-
Uses of AbstractThreadNameJsonProvider in net.logstash.logback.composite.accessevent
Subclasses of AbstractThreadNameJsonProvider in net.logstash.logback.composite.accesseventModifier and TypeClassDescriptionclass
JsonProvider
producing a single JSON field with theIAccessEvent.getThreadName()
. -
Uses of AbstractThreadNameJsonProvider in net.logstash.logback.composite.loggingevent
Modifier and TypeClassDescriptionclass
JsonProvider
producing a single JSON field with theILoggingEvent.getThreadName()
.class
Deprecated.
LoggingEventThreadNameJsonProvider
instead.