Class MojoLog

java.lang.Object
org.moditect.mavenplugin.util.MojoLog
All Implemented Interfaces:
Log

public class MojoLog extends Object implements Log
Log delegating to the Maven logging API.
  • 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