Class AbstractLogAwareFacet

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.apache.maven.plugin.logging.Log log  
    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractLogAwareFacet​(org.apache.maven.plugin.logging.Log log)
      Creates an AbstractLogAwareFacet wrapping the supplied, non-null Log.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • log

        protected org.apache.maven.plugin.logging.Log log
    • Constructor Detail

      • AbstractLogAwareFacet

        public AbstractLogAwareFacet​(org.apache.maven.plugin.logging.Log log)
        Creates an AbstractLogAwareFacet wrapping the supplied, non-null Log.
        Parameters:
        log - The active Maven Log.