Package org.apache.maven.cli.logging
package org.apache.maven.cli.logging
-
ClassDescriptionAbstract implementation.Interface for configuration operations on loggers, which are not available in slf4j, then require per-slf4f-binding implementation.LevelSlf4jConfiguration factory, loading implementations from
META-INF/maven/slf4j-configuration.properties
configuration files in class loader: key is the class name of the ILoggerFactory, value is the class name of the corresponding Slf4jConfiguration.Adapt an SLF4J logger to a Plexus logger, ignoring Plexus logger API parts that are not classical and probably not really used.Use an SLF4JILoggerFactory
as a backing for a PlexusLoggerManager
, ignoring Plexus logger API parts that are not classical and probably not really used.