public class DefaultLog extends Object implements ScmLogger
| Constructor and Description | 
|---|
DefaultLog(org.apache.maven.plugin.logging.Log logger)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
debug(String content) | 
void | 
debug(String content,
          Throwable error) | 
void | 
debug(Throwable error) | 
void | 
error(String content) | 
void | 
error(String content,
          Throwable error) | 
void | 
error(Throwable error) | 
void | 
info(String content) | 
void | 
info(String content,
        Throwable error) | 
void | 
info(Throwable error) | 
boolean | 
isDebugEnabled() | 
boolean | 
isErrorEnabled() | 
boolean | 
isInfoEnabled() | 
boolean | 
isWarnEnabled() | 
void | 
warn(String content) | 
void | 
warn(String content,
        Throwable error) | 
void | 
warn(Throwable error) | 
public DefaultLog(org.apache.maven.plugin.logging.Log logger)
public boolean isDebugEnabled()
isDebugEnabled in interface ScmLoggerpublic boolean isInfoEnabled()
isInfoEnabled in interface ScmLoggerpublic boolean isWarnEnabled()
isWarnEnabled in interface ScmLoggerpublic boolean isErrorEnabled()
isErrorEnabled in interface ScmLoggerCopyright © 2003–2018 The Apache Software Foundation. All rights reserved.