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
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMavenPluginLog
(org.apache.maven.plugin.logging.Log wrappedLog) Create new MavenLogger wrapper -
Method Summary
-
Field Details
-
wrappedLog
private final org.apache.maven.plugin.logging.Log wrappedLog
-
-
Constructor Details
-
MavenPluginLog
public MavenPluginLog(org.apache.maven.plugin.logging.Log wrappedLog) Create new MavenLogger wrapper
-
-
Method Details