Class ConverterSupplierByClassName

java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.pattern.color.ConverterSupplierByClassName
All Implemented Interfaces:
ContextAware, Supplier<DynamicConverter>

Implements the Supplier interface in order to cater for legacy code using the class name of a converter.

Should not be used in non-legacy code.