Class TestLoggerFactory

  • All Implemented Interfaces:
    org.eclipse.aether.spi.log.LoggerFactory

    @Deprecated
    public final class TestLoggerFactory
    extends java.lang.Object
    implements org.eclipse.aether.spi.log.LoggerFactory
    Deprecated.
    Use SLF4J instead
    A logger factory that writes to some PrintStream.
    • Constructor Summary

      Constructors 
      Constructor Description
      TestLoggerFactory()
      Deprecated.
      Creates a new logger factory that writes to System.out.
      TestLoggerFactory​(java.io.PrintStream out)
      Deprecated.
      Creates a new logger factory that writes to the specified print stream.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      org.eclipse.aether.spi.log.Logger getLogger​(java.lang.String name)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TestLoggerFactory

        public TestLoggerFactory()
        Deprecated.
        Creates a new logger factory that writes to System.out.
      • TestLoggerFactory

        public TestLoggerFactory​(java.io.PrintStream out)
        Deprecated.
        Creates a new logger factory that writes to the specified print stream.
    • Method Detail

      • getLogger

        public org.eclipse.aether.spi.log.Logger getLogger​(java.lang.String name)
        Deprecated.
        Specified by:
        getLogger in interface org.eclipse.aether.spi.log.LoggerFactory