Uses of Class
org.springframework.boot.logging.CorrelationIdFormatter
Package
Description
Support and abstractions across several logging libraries.
-
Uses of CorrelationIdFormatter in org.springframework.boot.logging
Modifier and TypeFieldDescriptionstatic final CorrelationIdFormatter
CorrelationIdFormatter.DEFAULT
DefaultCorrelationIdFormatter
.Modifier and TypeMethodDescriptionstatic CorrelationIdFormatter
Create a newCorrelationIdFormatter
instance from the given specification.static CorrelationIdFormatter
Create a newCorrelationIdFormatter
instance from the given specification.static CorrelationIdFormatter
CorrelationIdFormatter.of
(Collection<String> spec) Create a newCorrelationIdFormatter
instance from the given specification.