Package org.apache.logging.converter.config.spi
@NullMarked
@Export
@Version("0.3.0")
package org.apache.logging.converter.config.spi
SPI interfaces for the Configuration Converter.
Integrators of new logging configuration file formats, should implement
ConfigurationMapper
or
ConfigurationParser
and
register it with ServiceLoader
.
-
ClassDescriptionInterface for format provider classes that implement a parser and a writer at the same time.A simplified view of a Log4j Core 2 configuration subtree.Interface to be implemented by format providers that can parse a configuration file format.Interface to be implemented by format providers that can write a configuration file format.Represents a subset of configuration properties.