Package echo.output
Class MavenPluginLog
java.lang.Object
echo.output.MavenPluginLog
- All Implemented Interfaces:
PluginLog
Wraps the Maven internal plugin logger to decouple from logging framework
-
Constructor Summary
ConstructorsConstructorDescriptionMavenPluginLog(org.apache.maven.plugin.logging.Log wrappedLog) Create new MavenLogger wrapper -
Method Summary
-
Constructor Details
-
MavenPluginLog
public MavenPluginLog(org.apache.maven.plugin.logging.Log wrappedLog) Create new MavenLogger wrapper
-
-
Method Details