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 TypeMethodDescriptionvoiddebug(CharSequence message) voiderror(CharSequence message) voidinfo(CharSequence message) voidwarn(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