Class TestLoggerFactory
java.lang.Object
org.eclipse.aether.internal.test.util.TestLoggerFactory
- All Implemented Interfaces:
LoggerFactory
Deprecated.
Use SLF4J instead
A logger factory that writes to some
PrintStream
.-
Constructor Summary
ConstructorDescriptionDeprecated.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.Description copied from interface:LoggerFactory
Gets a logger for a class with the specified name.- Specified by:
getLogger
in interfaceLoggerFactory
- Parameters:
name
- The name of the class requesting a logger, must not benull
.- Returns:
- The requested logger, never
null
.
-