Package org.apache.maven.cling.logging


package org.apache.maven.cling.logging
  • Class
    Description
    Abstract implementation.
    Interface for configuration operations on loggers, which are not available in slf4j, then require per-slf4f-binding implementation.
    Level
    Slf4jConfiguration 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 SLF4J ILoggerFactory as a backing for a Plexus LoggerManager, ignoring Plexus logger API parts that are not classical and probably not really used.