org.richfaces
Class JavaLogger

java.lang.Object
  extended by org.richfaces.JavaLogger
All Implemented Interfaces:
Logger

public class JavaLogger
extends java.lang.Object
implements Logger

That logger delegates all calls to the JDK Logger

Author:
asmirnov@exadel.com

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.richfaces.Logger
Logger.Level
 
Field Summary
static java.lang.String RICHFACES_LOG
           
 
Method Summary
 void debug(java.lang.CharSequence content)
          

 void debug(java.lang.CharSequence content, java.lang.Throwable error)
          

 void debug(java.lang.Throwable error)
          

 void error(java.lang.CharSequence content)
          

 void error(java.lang.CharSequence content, java.lang.Throwable error)
          

 void error(java.lang.Throwable error)
          

 void info(java.lang.CharSequence content)
          

 void info(java.lang.CharSequence content, java.lang.Throwable error)
          

 void info(java.lang.Throwable error)
          

 boolean isDebugEnabled()
          

 boolean isErrorEnabled()
          

 boolean isInfoEnabled()
          

 boolean isLogEnabled(Logger.Level level)
          

 boolean isWarnEnabled()
          

 void log(Logger.Level level, java.lang.CharSequence content)
          

 void log(Logger.Level level, java.lang.CharSequence content, java.lang.Throwable error)
          

 void log(Logger.Level level, java.lang.Throwable error)
          

 void warn(java.lang.CharSequence content)
          

 void warn(java.lang.CharSequence content, java.lang.Throwable error)
          

 void warn(java.lang.Throwable error)
          

 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RICHFACES_LOG

public static final java.lang.String RICHFACES_LOG
See Also:
Constant Field Values
Method Detail

debug

public void debug(java.lang.CharSequence content)
Description copied from interface: Logger

Specified by:
debug in interface Logger

debug

public void debug(java.lang.CharSequence content,
                  java.lang.Throwable error)
Description copied from interface: Logger

Specified by:
debug in interface Logger

debug

public void debug(java.lang.Throwable error)
Description copied from interface: Logger

Specified by:
debug in interface Logger

error

public void error(java.lang.CharSequence content)
Description copied from interface: Logger

Specified by:
error in interface Logger

error

public void error(java.lang.CharSequence content,
                  java.lang.Throwable error)
Description copied from interface: Logger

Specified by:
error in interface Logger

error

public void error(java.lang.Throwable error)
Description copied from interface: Logger

Specified by:
error in interface Logger

info

public void info(java.lang.CharSequence content)
Description copied from interface: Logger

Specified by:
info in interface Logger

info

public void info(java.lang.CharSequence content,
                 java.lang.Throwable error)
Description copied from interface: Logger

Specified by:
info in interface Logger

info

public void info(java.lang.Throwable error)
Description copied from interface: Logger

Specified by:
info in interface Logger

isDebugEnabled

public boolean isDebugEnabled()
Description copied from interface: Logger

Specified by:
isDebugEnabled in interface Logger
Returns:

isErrorEnabled

public boolean isErrorEnabled()
Description copied from interface: Logger

Specified by:
isErrorEnabled in interface Logger
Returns:

isInfoEnabled

public boolean isInfoEnabled()
Description copied from interface: Logger

Specified by:
isInfoEnabled in interface Logger
Returns:

isWarnEnabled

public boolean isWarnEnabled()
Description copied from interface: Logger

Specified by:
isWarnEnabled in interface Logger
Returns:

warn

public void warn(java.lang.CharSequence content)
Description copied from interface: Logger

Specified by:
warn in interface Logger

warn

public void warn(java.lang.CharSequence content,
                 java.lang.Throwable error)
Description copied from interface: Logger

Specified by:
warn in interface Logger

warn

public void warn(java.lang.Throwable error)
Description copied from interface: Logger

Specified by:
warn in interface Logger

isLogEnabled

public boolean isLogEnabled(Logger.Level level)
Description copied from interface: Logger

Specified by:
isLogEnabled in interface Logger
Returns:

log

public void log(Logger.Level level,
                java.lang.CharSequence content)
Description copied from interface: Logger

Specified by:
log in interface Logger

log

public void log(Logger.Level level,
                java.lang.CharSequence content,
                java.lang.Throwable error)
Description copied from interface: Logger

Specified by:
log in interface Logger

log

public void log(Logger.Level level,
                java.lang.Throwable error)
Description copied from interface: Logger

Specified by:
log in interface Logger


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