cstamas commented on a change in pull request #91:
URL: https://github.com/apache/maven-shade-plugin/pull/91#discussion_r635556331
##########
File path: src/test/java/org/apache/maven/plugins/shade/DefaultShaderTest.java
##########
@@ -364,55 +359,162 @@ private static DefaultShader newShader()
{
DefaultShader s = new DefaultShader();
- s.enableLogging( new ConsoleLogger( Logger.LEVEL_INFO, "TEST" ) );
-
return s;
}
- private static class MockLogger extends AbstractLogger
+ private static class MockLogger extends MarkerIgnoringBase
Review comment:
Is there simpler way to achieve this? SLF4J logger that collects debug
and warn messages...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]