Class JsonWriterStructuredLogFormatter<E>

java.lang.Object
org.springframework.boot.logging.structured.JsonWriterStructuredLogFormatter<E>
Type Parameters:
E - the log event type
All Implemented Interfaces:
StructuredLogFormatter<E>

public abstract class JsonWriterStructuredLogFormatter<E> extends Object implements StructuredLogFormatter<E>
Base class for StructuredLogFormatter implementations that generates JSON using a JsonWriter.
Since:
3.4.0
Author:
Phillip Webb