RichFaces CDK Commons 4.1.0.CR2

org.richfaces.cdk
Interface Logger

All Known Implementing Classes:
JavaLogger

public interface Logger

That interface hides current logging system from generator classes. Concrete tools ( Maven, Ant, JUnit ) should provide appropriate logger instance that delegates messages to the current log system.

Author:
shura

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)
           
 

Method Detail

isDebugEnabled

boolean isDebugEnabled()

debug

void debug(CharSequence content)

debug

void debug(CharSequence content,
           Throwable error)

debug

void debug(Throwable error)

isInfoEnabled

boolean isInfoEnabled()

info

void info(CharSequence content)

info

void info(CharSequence content,
          Throwable error)

info

void info(Throwable error)

isWarnEnabled

boolean isWarnEnabled()

warn

void warn(CharSequence content)

warn

void warn(CharSequence content,
          Throwable error)

warn

void warn(Throwable error)

isErrorEnabled

boolean isErrorEnabled()

error

void error(CharSequence content)

error

void error(CharSequence content,
           Throwable error)

error

void error(Throwable error)

getErrorCount

int getErrorCount()

RichFaces CDK Commons 4.1.0.CR2

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.