java.lang.Object
java.util.logging.Handler
org.tentackle.maven.MavenLogHandler
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.
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 Summary
ConstructorsConstructorDescriptionMavenLogHandler(org.apache.maven.plugin.logging.Log log, Level minLevel) Creates a maven log handler. -
Method Summary
Methods inherited from class java.util.logging.Handler
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, isLoggable, reportError, setEncoding, setErrorManager, setFilter, setFormatter, setLevel
-
Constructor Details
-
MavenLogHandler
Creates a maven log handler.- Parameters:
log- the maven loggerminLevel- the minimum logging level
-
-
Method Details