org.ajax4jsf.builder.generator
Interface Logger
- All Known Implementing Classes:
- AntLogger
public interface Logger
- Author:
- shura
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 |
isWarnEnabled()
|
void |
warn(java.lang.CharSequence content)
|
void |
warn(java.lang.CharSequence content,
java.lang.Throwable error)
|
void |
warn(java.lang.Throwable error)
|
isDebugEnabled
boolean isDebugEnabled()
debug
void debug(java.lang.CharSequence content)
debug
void debug(java.lang.CharSequence content,
java.lang.Throwable error)
debug
void debug(java.lang.Throwable error)
isInfoEnabled
boolean isInfoEnabled()
info
void info(java.lang.CharSequence content)
info
void info(java.lang.CharSequence content,
java.lang.Throwable error)
info
void info(java.lang.Throwable error)
isWarnEnabled
boolean isWarnEnabled()
warn
void warn(java.lang.CharSequence content)
warn
void warn(java.lang.CharSequence content,
java.lang.Throwable error)
warn
void warn(java.lang.Throwable error)
isErrorEnabled
boolean isErrorEnabled()
error
void error(java.lang.CharSequence content)
error
void error(java.lang.CharSequence content,
java.lang.Throwable error)
error
void error(java.lang.Throwable error)
Copyright © 2009. All Rights Reserved.