public class RequestSizeBatchingLoggingEventToJsonConverter extends Object implements LoggingEventBatchToJsonConverter
| Modifier and Type | Field and Description |
|---|---|
static String |
OPTION_DOWNSTREAM_CONVERTER_CLASS |
static String |
OPTION_MAX_REQUEST_SIZE_BYTES |
| Constructor and Description |
|---|
RequestSizeBatchingLoggingEventToJsonConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(Configuration option) |
List<Json> |
convert(List<org.apache.log4j.spi.LoggingEvent> events) |
public static String OPTION_MAX_REQUEST_SIZE_BYTES
public static String OPTION_DOWNSTREAM_CONVERTER_CLASS
public RequestSizeBatchingLoggingEventToJsonConverter()
public List<Json> convert(List<org.apache.log4j.spi.LoggingEvent> events)
convert in interface LoggingEventBatchToJsonConverterpublic void configure(Configuration option)
configure in interface ConfigurableCopyright © 2021. All rights reserved.