Package echo.output
Interface PluginLog
- All Known Implementing Classes:
MavenPluginLog
public interface PluginLog
Interface for the internal Maven plugin logger
-
Method Summary
-
Method Details
-
info
Send a message to the log in the info level.- Parameters:
content
- info message
-
debug
Log the throwable to the debug level.- Parameters:
throwable
- the "exception" to log
-
debug
Log the content to the debug level.
-