public class SequenceJsonProvider extends AbstractFieldJsonProvider<ch.qos.logback.classic.spi.ILoggingEvent>
Modifier and Type | Field and Description |
---|---|
static String |
FIELD_SEQUENCE |
Constructor and Description |
---|
SequenceJsonProvider() |
Modifier and Type | Method and Description |
---|---|
void |
writeTo(com.fasterxml.jackson.core.JsonGenerator generator,
ch.qos.logback.classic.spi.ILoggingEvent iLoggingEvent)
Writes information about the event,
to the given generator.
|
getFieldName, setFieldName
isStarted, prepareForDeferredProcessing, start, stop
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
public static final String FIELD_SEQUENCE
public void writeTo(com.fasterxml.jackson.core.JsonGenerator generator, ch.qos.logback.classic.spi.ILoggingEvent iLoggingEvent) throws IOException
JsonProvider
IOException
Copyright © 2019. All rights reserved.