Package org.wurbelizer.maven
Class MavenLogger
java.lang.Object
org.wurbelizer.maven.MavenLogger
- All Implemented Interfaces:
Logger
The maven logger wrapper.
- Author:
- harald
-
Constructor Summary
ConstructorsConstructorDescriptionMavenLogger
(org.apache.maven.plugin.logging.Log log) Creates a maven logger wrapper. -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
void
boolean
boolean
boolean
boolean
void
void
-
Constructor Details
-
MavenLogger
public MavenLogger(org.apache.maven.plugin.logging.Log log) Creates a maven logger wrapper.- Parameters:
log
- the maven logger
-
-
Method Details
-
isDebugLoggable
public boolean isDebugLoggable()- Specified by:
isDebugLoggable
in interfaceLogger
-
isInfoLoggable
public boolean isInfoLoggable()- Specified by:
isInfoLoggable
in interfaceLogger
-
isWarningLoggable
public boolean isWarningLoggable()- Specified by:
isWarningLoggable
in interfaceLogger
-
isErrorLoggable
public boolean isErrorLoggable()- Specified by:
isErrorLoggable
in interfaceLogger
-
debug
-
info
-
warning
-
error
-
debug
-
info
-
warning
-
error
-