Class PluginLog


  • public class PluginLog
    extends java.lang.Object
    PluginLog Convenience class to provide access to the plugin Log for non-mojo classes.
    • Constructor Summary

      Constructors 
      Constructor Description
      PluginLog()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.apache.maven.plugin.logging.Log getLog()  
      static void setLog​(org.apache.maven.plugin.logging.Log l)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PluginLog

        public PluginLog()
    • Method Detail

      • setLog

        public static void setLog​(org.apache.maven.plugin.logging.Log l)
      • getLog

        public static org.apache.maven.plugin.logging.Log getLog()