Class TestLoggerFactory
java.lang.Object
org.eclipse.aether.internal.test.util.TestLoggerFactory
- All Implemented Interfaces:
org.eclipse.aether.spi.log.LoggerFactory
@Deprecated
public final class TestLoggerFactory
extends Object
implements org.eclipse.aether.spi.log.LoggerFactory
Deprecated.
Use SLF4J instead
A logger factory that writes to some
PrintStream.-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a new logger factory that writes toSystem.out.Deprecated.Creates a new logger factory that writes to the specified print stream. -
Method Summary
-
Constructor Details
-
TestLoggerFactory
public TestLoggerFactory()Deprecated.Creates a new logger factory that writes toSystem.out. -
TestLoggerFactory
Deprecated.Creates a new logger factory that writes to the specified print stream.
-
-
Method Details
-
getLogger
Deprecated.- Specified by:
getLoggerin interfaceorg.eclipse.aether.spi.log.LoggerFactory
-