Package org.eclipse.aether.spi.log


package org.eclipse.aether.spi.log
A simple logging infrastructure for diagnostic messages. The primary purpose of the LoggerFactory defined here is to avoid a mandatory dependency on a 3rd party logging system/facade. Some applications might find the events fired by the repository system sufficient and prefer a small footprint. Components that do not share this concern are free to ignore this package and directly employ whatever logging system they desire.
  • Class
    Description
    A simple logger to facilitate emission of diagnostic messages.
    A factory to create loggers.
    A logger that disables any logging.
    A logger factory that disables any logging.