org.richfaces.cdk
Class JavaLogger
java.lang.Object
org.richfaces.cdk.JavaLogger
- All Implemented Interfaces:
- Logger
public class JavaLogger
- extends Object
- implements Logger
That logger delegates all calls to the JDK Logger
- Author:
- asmirnov@exadel.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CDK_LOG
public static final String CDK_LOG
- See Also:
- Constant Field Values
JavaLogger
public JavaLogger()
debug
public void debug(CharSequence content)
- Specified by:
debug in interface Logger
debug
public void debug(CharSequence content,
Throwable error)
- Specified by:
debug in interface Logger
debug
public void debug(Throwable error)
- Specified by:
debug in interface Logger
error
public void error(CharSequence content)
- Specified by:
error in interface Logger
error
public void error(CharSequence content,
Throwable error)
- Specified by:
error in interface Logger
error
public void error(Throwable error)
- Specified by:
error in interface Logger
getErrorCount
public int getErrorCount()
- Specified by:
getErrorCount in interface Logger
info
public void info(CharSequence content)
- Specified by:
info in interface Logger
info
public void info(CharSequence content,
Throwable error)
- Specified by:
info in interface Logger
info
public void info(Throwable error)
- Specified by:
info in interface Logger
isDebugEnabled
public boolean isDebugEnabled()
- Specified by:
isDebugEnabled in interface Logger
isErrorEnabled
public boolean isErrorEnabled()
- Specified by:
isErrorEnabled in interface Logger
isInfoEnabled
public boolean isInfoEnabled()
- Specified by:
isInfoEnabled in interface Logger
isWarnEnabled
public boolean isWarnEnabled()
- Specified by:
isWarnEnabled in interface Logger
warn
public void warn(CharSequence content)
- Specified by:
warn in interface Logger
warn
public void warn(CharSequence content,
Throwable error)
- Specified by:
warn in interface Logger
warn
public void warn(Throwable error)
- Specified by:
warn in interface Logger
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.