Class MavenLogHandler


  • public class MavenLogHandler
    extends Handler
    Log handler that redirects java.util logging to the maven logger.
    By default, all tentackle logging goes to the java util logger and the logs below WARN level are not of big interest during the build.
    • Constructor Detail

      • MavenLogHandler

        public MavenLogHandler​(org.apache.maven.plugin.logging.Log log,
                               Level minLevel)
        Creates a maven log handler.
        Parameters:
        log - the maven logger
        minLevel - the minimum logging level