Uses of Class
org.apache.logging.converter.config.ConfigurationConverterException
Packages that use ConfigurationConverterException
Package
Description
Simple API to convert between different logging configuration formats.
-
Uses of ConfigurationConverterException in org.apache.logging.converter.config
Methods in org.apache.logging.converter.config that throw ConfigurationConverterExceptionModifier and TypeMethodDescriptionvoid
ConfigurationConverter.convert
(InputStream inputStream, String inputFormat, OutputStream outputStream, String outputFormat) Converts a logging configuration file from one format to another.