Package echo.output
Class MavenPluginLog
- java.lang.Object
-
- echo.output.MavenPluginLog
-
-
Field Summary
Fields Modifier and Type Field Description private org.apache.maven.plugin.logging.LogwrappedLog
-
Constructor Summary
Constructors Constructor Description MavenPluginLog(org.apache.maven.plugin.logging.Log wrappedLog)Create new MavenLogger wrapper
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddebug(java.lang.String content)Log the content to the debug level.voiddebug(java.lang.Throwable throwable)Log the throwable to the debug level.voidinfo(java.lang.String content)Send a message to the log in the info level.
-