Class PlexusLoggerWrapper
java.lang.Object
io.freefair.gradle.plugins.maven.plugin.wrappers.PlexusLoggerWrapper
- All Implemented Interfaces:
Logger
Maven
Logger implementation which delegates to a gradle logger.-
Field Summary
Fields inherited from interface org.codehaus.plexus.logging.Logger
LEVEL_DEBUG, LEVEL_DISABLED, LEVEL_ERROR, LEVEL_FATAL, LEVEL_INFO, LEVEL_WARN -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidfatalError(String message) voidfatalError(String message, Throwable throwable) getChildLogger(String name) getName()intvoidvoidbooleanbooleanbooleanbooleanbooleanvoidsetThreshold(int threshold) voidvoid
-
Constructor Details
-
PlexusLoggerWrapper
-
-
Method Details
-
debug
-
debug
-
isDebugEnabled
public boolean isDebugEnabled()- Specified by:
isDebugEnabledin interfaceLogger
-
info
-
info
-
isInfoEnabled
public boolean isInfoEnabled()- Specified by:
isInfoEnabledin interfaceLogger
-
warn
-
warn
-
isWarnEnabled
public boolean isWarnEnabled()- Specified by:
isWarnEnabledin interfaceLogger
-
error
-
error
-
isErrorEnabled
public boolean isErrorEnabled()- Specified by:
isErrorEnabledin interfaceLogger
-
fatalError
- Specified by:
fatalErrorin interfaceLogger
-
fatalError
- Specified by:
fatalErrorin interfaceLogger
-
isFatalErrorEnabled
public boolean isFatalErrorEnabled()- Specified by:
isFatalErrorEnabledin interfaceLogger
-
getThreshold
public int getThreshold()- Specified by:
getThresholdin interfaceLogger
-
setThreshold
public void setThreshold(int threshold) - Specified by:
setThresholdin interfaceLogger
-
getChildLogger
- Specified by:
getChildLoggerin interfaceLogger
-
getName
-