org.richfaces.builder.maven
Class MavenLogger
java.lang.Object
org.richfaces.builder.maven.MavenLogger
- All Implemented Interfaces:
- org.richfaces.cdk.Logger
public class MavenLogger
- extends Object
- implements org.richfaces.cdk.Logger
- Author:
- shura
|
Constructor Summary |
MavenLogger(org.apache.maven.plugin.logging.Log log)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MavenLogger
public MavenLogger(org.apache.maven.plugin.logging.Log log)
- Parameters:
log -
debug
public void debug(CharSequence content,
Throwable error)
- Specified by:
debug in interface org.richfaces.cdk.Logger
- Parameters:
content - error - - See Also:
Log.debug(java.lang.CharSequence, java.lang.Throwable)
debug
public void debug(CharSequence content)
- Specified by:
debug in interface org.richfaces.cdk.Logger
- Parameters:
content - - See Also:
Log.debug(java.lang.CharSequence)
debug
public void debug(Throwable error)
- Specified by:
debug in interface org.richfaces.cdk.Logger
- Parameters:
error - - See Also:
Log.debug(java.lang.Throwable)
error
public void error(CharSequence content,
Throwable error)
- Specified by:
error in interface org.richfaces.cdk.Logger
- Parameters:
content - error - - See Also:
Log.error(java.lang.CharSequence, java.lang.Throwable)
error
public void error(CharSequence content)
- Specified by:
error in interface org.richfaces.cdk.Logger
- Parameters:
content - - See Also:
Log.error(java.lang.CharSequence)
error
public void error(Throwable error)
- Specified by:
error in interface org.richfaces.cdk.Logger
- Parameters:
error - - See Also:
Log.error(java.lang.Throwable)
info
public void info(CharSequence content,
Throwable error)
- Specified by:
info in interface org.richfaces.cdk.Logger
- Parameters:
content - error - - See Also:
Log.info(java.lang.CharSequence, java.lang.Throwable)
info
public void info(CharSequence content)
- Specified by:
info in interface org.richfaces.cdk.Logger
- Parameters:
content - - See Also:
Log.info(java.lang.CharSequence)
info
public void info(Throwable error)
- Specified by:
info in interface org.richfaces.cdk.Logger
- Parameters:
error - - See Also:
Log.info(java.lang.Throwable)
isDebugEnabled
public boolean isDebugEnabled()
- Specified by:
isDebugEnabled in interface org.richfaces.cdk.Logger
- Returns:
- See Also:
Log.isDebugEnabled()
isErrorEnabled
public boolean isErrorEnabled()
- Specified by:
isErrorEnabled in interface org.richfaces.cdk.Logger
- Returns:
- See Also:
Log.isErrorEnabled()
isInfoEnabled
public boolean isInfoEnabled()
- Specified by:
isInfoEnabled in interface org.richfaces.cdk.Logger
- Returns:
- See Also:
Log.isInfoEnabled()
isWarnEnabled
public boolean isWarnEnabled()
- Specified by:
isWarnEnabled in interface org.richfaces.cdk.Logger
- Returns:
- See Also:
Log.isWarnEnabled()
warn
public void warn(CharSequence content,
Throwable error)
- Specified by:
warn in interface org.richfaces.cdk.Logger
- Parameters:
content - error - - See Also:
Log.warn(java.lang.CharSequence, java.lang.Throwable)
warn
public void warn(CharSequence content)
- Specified by:
warn in interface org.richfaces.cdk.Logger
- Parameters:
content - - See Also:
Log.warn(java.lang.CharSequence)
warn
public void warn(Throwable error)
- Specified by:
warn in interface org.richfaces.cdk.Logger
- Parameters:
error - - See Also:
Log.warn(java.lang.Throwable)
getErrorCount
public int getErrorCount()
- Specified by:
getErrorCount in interface org.richfaces.cdk.Logger
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.