Class StructuredLogFormatterFactory<E>

java.lang.Object
org.springframework.boot.logging.structured.StructuredLogFormatterFactory<E>
Type Parameters:
E - the log even type

public class StructuredLogFormatterFactory<E> extends Object
Factory that can be used to create a fully instantiated StructuredLogFormatter for either a common format or a fully-qualified class name.
Since:
3.4.0
Author:
Moritz Halbritter, Phillip Webb
See Also: