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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
fatalError
(String message) void
fatalError
(String message, Throwable throwable) getChildLogger
(String name) getName()
int
void
void
boolean
boolean
boolean
boolean
boolean
void
setThreshold
(int threshold) void
void
-
Constructor Details
-
PlexusLoggerWrapper
-
-
Method Details
-
debug
-
debug
-
isDebugEnabled
public boolean isDebugEnabled()- Specified by:
isDebugEnabled
in interfaceLogger
-
info
-
info
-
isInfoEnabled
public boolean isInfoEnabled()- Specified by:
isInfoEnabled
in interfaceLogger
-
warn
-
warn
-
isWarnEnabled
public boolean isWarnEnabled()- Specified by:
isWarnEnabled
in interfaceLogger
-
error
-
error
-
isErrorEnabled
public boolean isErrorEnabled()- Specified by:
isErrorEnabled
in interfaceLogger
-
fatalError
- Specified by:
fatalError
in interfaceLogger
-
fatalError
- Specified by:
fatalError
in interfaceLogger
-
isFatalErrorEnabled
public boolean isFatalErrorEnabled()- Specified by:
isFatalErrorEnabled
in interfaceLogger
-
getThreshold
public int getThreshold()- Specified by:
getThreshold
in interfaceLogger
-
setThreshold
public void setThreshold(int threshold) - Specified by:
setThreshold
in interfaceLogger
-
getChildLogger
- Specified by:
getChildLogger
in interfaceLogger
-
getName
-