RichFaces CDK Generator Maven Plugin 4.2.0.CR1

org.richfaces.builder.maven
Class MavenLogger

java.lang.Object
  extended by 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)
           
 
Method Summary
 void debug(CharSequence content)
           
 void debug(CharSequence content, Throwable error)
           
 void debug(Throwable error)
           
 void error(CharSequence content)
           
 void error(CharSequence content, Throwable error)
           
 void error(Throwable error)
           
 int getErrorCount()
           
 void info(CharSequence content)
           
 void info(CharSequence content, Throwable error)
           
 void info(Throwable error)
           
 boolean isDebugEnabled()
           
 boolean isErrorEnabled()
           
 boolean isInfoEnabled()
           
 boolean isWarnEnabled()
           
 void warn(CharSequence content)
           
 void warn(CharSequence content, Throwable error)
           
 void warn(Throwable error)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MavenLogger

public MavenLogger(org.apache.maven.plugin.logging.Log log)
Parameters:
log -
Method Detail

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

RichFaces CDK Generator Maven Plugin 4.2.0.CR1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.