Class MavenLogHandler

java.lang.Object
java.util.logging.Handler
org.tentackle.maven.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 Details

    • 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
  • Method Details