Class PlexusLogger
java.lang.Object
org.apache.maven.scm.manager.plexus.PlexusLogger
- All Implemented Interfaces:
ScmLogger
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
void
void
boolean
boolean
boolean
boolean
void
void
void
-
Field Details
-
logger
private org.codehaus.plexus.logging.Logger logger
-
-
Constructor Details
-
PlexusLogger
public PlexusLogger(org.codehaus.plexus.logging.Logger logger)
-
-
Method Details
-
isDebugEnabled
public boolean isDebugEnabled()- Specified by:
isDebugEnabled
in interfaceScmLogger
-
debug
-
debug
-
debug
-
isInfoEnabled
public boolean isInfoEnabled()- Specified by:
isInfoEnabled
in interfaceScmLogger
-
info
-
info
-
info
-
isWarnEnabled
public boolean isWarnEnabled()- Specified by:
isWarnEnabled
in interfaceScmLogger
-
warn
-
warn
-
warn
-
isErrorEnabled
public boolean isErrorEnabled()- Specified by:
isErrorEnabled
in interfaceScmLogger
-
error
-
error
-
error
-