Class ThreadNameJsonProvider
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
net.logstash.logback.composite.AbstractJsonProvider<ILoggingEvent>
net.logstash.logback.composite.AbstractFieldJsonProvider<ILoggingEvent>
net.logstash.logback.composite.AbstractThreadNameJsonProvider<ILoggingEvent>
net.logstash.logback.composite.loggingevent.LoggingEventThreadNameJsonProvider
net.logstash.logback.composite.loggingevent.ThreadNameJsonProvider
- All Implemented Interfaces:
ContextAware, FieldNamesAware<LogstashCommonFieldNames>, JsonProvider<ILoggingEvent>
Deprecated.
-
Field Summary
Fields inherited from class AbstractThreadNameJsonProvider
FIELD_THREAD_NAMEFields inherited from class ContextAwareBase
context -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidstart()Deprecated.Start the provider after all configuration properties are set.Methods inherited from class LoggingEventThreadNameJsonProvider
getThreadNameMethods inherited from class AbstractThreadNameJsonProvider
setFieldNames, writeToMethods inherited from class AbstractFieldJsonProvider
getFieldName, setFieldNameMethods inherited from class AbstractJsonProvider
assertIsStarted, isStarted, prepareForDeferredProcessing, stopMethods inherited from class ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContextMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ContextAware
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContext
-
Constructor Details
-
ThreadNameJsonProvider
public ThreadNameJsonProvider()Deprecated.
-
-
Method Details
-
start
public void start()Deprecated.Description copied from interface:JsonProviderStart the provider after all configuration properties are set.- Specified by:
startin interfaceJsonProvider<ILoggingEvent>- Overrides:
startin classAbstractJsonProvider<ILoggingEvent>
-
LoggingEventThreadNameJsonProviderinstead.