public final class TestLoggerFactory extends java.lang.Object implements org.eclipse.aether.spi.log.LoggerFactory
PrintStream.| Constructor and Description |
|---|
TestLoggerFactory()
Creates a new logger factory that writes to
System.out. |
TestLoggerFactory(java.io.PrintStream out)
Creates a new logger factory that writes to the specified print stream.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.aether.spi.log.Logger |
getLogger(java.lang.String name) |
public TestLoggerFactory()
System.out.public TestLoggerFactory(java.io.PrintStream out)
public org.eclipse.aether.spi.log.Logger getLogger(java.lang.String name)
getLogger in interface org.eclipse.aether.spi.log.LoggerFactory