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.Log
wrappedLog
-
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 void
debug(java.lang.String content)
Log the content to the debug level.void
debug(java.lang.Throwable throwable)
Log the throwable to the debug level.void
info(java.lang.String content)
Send a message to the log in the info level.
-