Package org.moditect.mavenplugin.util
Class MojoLog
- java.lang.Object
-
- org.moditect.mavenplugin.util.MojoLog
-
-
Field Summary
Fields Modifier and Type Field Description private org.apache.maven.plugin.logging.Log
delegate
-
Constructor Summary
Constructors Constructor Description MojoLog(org.apache.maven.plugin.logging.Log delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
debug(java.lang.CharSequence message)
void
error(java.lang.CharSequence message)
void
info(java.lang.CharSequence message)
void
warn(java.lang.CharSequence message)
-