org.eclipse.aether.spi.log.LoggerFactorypublic final class TestLoggerFactory extends java.lang.Object implements org.eclipse.aether.spi.log.LoggerFactory
PrintStream.| Constructor | 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 | 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