Class AbstractLogAwareFacet

    • 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.