Package org.moditect.mavenplugin.util
Class MojoLog
java.lang.Object
org.moditect.mavenplugin.util.MojoLog
- All Implemented Interfaces:
Log
Log delegating to the Maven logging API.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
debug
(CharSequence message) void
error
(CharSequence message) void
info
(CharSequence message) void
warn
(CharSequence message)
-
Field Details
-
delegate
private final org.apache.maven.plugin.logging.Log delegate
-
-
Constructor Details
-
MojoLog
public MojoLog(org.apache.maven.plugin.logging.Log delegate)
-
-
Method Details