Class MavenLogWrapper
- java.lang.Object
- 
- io.freefair.gradle.plugins.maven.plugin.wrappers.MavenLogWrapper
 
- 
- All Implemented Interfaces:
- org.apache.maven.plugin.logging.Log
 
 public class MavenLogWrapper extends Object implements org.apache.maven.plugin.logging.Log MavenLogimplementation which delegates to agradle logger.
- 
- 
Constructor SummaryConstructors Constructor Description MavenLogWrapper(Logger gradleLogger)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddebug(CharSequence content)voiddebug(CharSequence content, Throwable error)voiddebug(Throwable error)voiderror(CharSequence content)voiderror(CharSequence content, Throwable error)voiderror(Throwable error)voidinfo(CharSequence content)voidinfo(CharSequence content, Throwable error)voidinfo(Throwable error)booleanisDebugEnabled()booleanisErrorEnabled()booleanisInfoEnabled()booleanisWarnEnabled()voidwarn(CharSequence content)voidwarn(CharSequence content, Throwable error)voidwarn(Throwable error)
 
- 
- 
- 
Constructor Detail- 
MavenLogWrapperpublic MavenLogWrapper(Logger gradleLogger) 
 
- 
 - 
Method Detail- 
isDebugEnabledpublic boolean isDebugEnabled() - Specified by:
- isDebugEnabledin interface- org.apache.maven.plugin.logging.Log
 
 - 
debugpublic void debug(CharSequence content) - Specified by:
- debugin interface- org.apache.maven.plugin.logging.Log
 
 - 
debugpublic void debug(CharSequence content, Throwable error) - Specified by:
- debugin interface- org.apache.maven.plugin.logging.Log
 
 - 
debugpublic void debug(Throwable error) - Specified by:
- debugin interface- org.apache.maven.plugin.logging.Log
 
 - 
isInfoEnabledpublic boolean isInfoEnabled() - Specified by:
- isInfoEnabledin interface- org.apache.maven.plugin.logging.Log
 
 - 
infopublic void info(CharSequence content) - Specified by:
- infoin interface- org.apache.maven.plugin.logging.Log
 
 - 
infopublic void info(CharSequence content, Throwable error) - Specified by:
- infoin interface- org.apache.maven.plugin.logging.Log
 
 - 
infopublic void info(Throwable error) - Specified by:
- infoin interface- org.apache.maven.plugin.logging.Log
 
 - 
isWarnEnabledpublic boolean isWarnEnabled() - Specified by:
- isWarnEnabledin interface- org.apache.maven.plugin.logging.Log
 
 - 
warnpublic void warn(CharSequence content) - Specified by:
- warnin interface- org.apache.maven.plugin.logging.Log
 
 - 
warnpublic void warn(CharSequence content, Throwable error) - Specified by:
- warnin interface- org.apache.maven.plugin.logging.Log
 
 - 
warnpublic void warn(Throwable error) - Specified by:
- warnin interface- org.apache.maven.plugin.logging.Log
 
 - 
isErrorEnabledpublic boolean isErrorEnabled() - Specified by:
- isErrorEnabledin interface- org.apache.maven.plugin.logging.Log
 
 - 
errorpublic void error(CharSequence content) - Specified by:
- errorin interface- org.apache.maven.plugin.logging.Log
 
 - 
errorpublic void error(CharSequence content, Throwable error) - Specified by:
- errorin interface- org.apache.maven.plugin.logging.Log
 
 - 
errorpublic void error(Throwable error) - Specified by:
- errorin interface- org.apache.maven.plugin.logging.Log
 
 
- 
 
-