Class FormattedTimestampJsonProvider<Event extends DeferredProcessingAware, FieldNames extends LogstashCommonFieldNames>
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
net.logstash.logback.composite.AbstractJsonProvider<Event>
net.logstash.logback.composite.AbstractFieldJsonProvider<Event>
net.logstash.logback.composite.AbstractFormattedTimestampJsonProvider<Event, FieldNames>
net.logstash.logback.composite.FormattedTimestampJsonProvider<Event, FieldNames>
- All Implemented Interfaces:
ContextAware, FieldNamesAware<FieldNames>, JsonProvider<Event>
@Deprecated
public abstract class FormattedTimestampJsonProvider<Event extends DeferredProcessingAware, FieldNames extends LogstashCommonFieldNames>
extends AbstractFormattedTimestampJsonProvider<Event, FieldNames>
Deprecated.
-
Nested Class Summary
-
Field Summary
Fields inherited from class AbstractFormattedTimestampJsonProvider
DEFAULT_TIMEZONE_KEYWORD, FIELD_TIMESTAMP, UNIX_TIMESTAMP_AS_NUMBER, UNIX_TIMESTAMP_AS_STRINGFields inherited from class ContextAwareBase
context -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractFormattedTimestampJsonProvider
getFormattedTimestamp, getPattern, getTimestampAsInstant, getTimeZone, setFieldNames, setPattern, setTimeZone, writeToMethods inherited from class AbstractFieldJsonProvider
getFieldName, setFieldNameMethods inherited from class AbstractJsonProvider
assertIsStarted, isStarted, prepareForDeferredProcessing, start, 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
-
FormattedTimestampJsonProvider
public FormattedTimestampJsonProvider()Deprecated.
-
AbstractFormattedTimestampJsonProviderinstead