public class LoggerWrapper extends Object implements org.richfaces.log.Logger
| Constructor and Description |
|---|
LoggerWrapper(org.apache.maven.plugin.logging.Log log) |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(CharSequence content) |
void |
debug(CharSequence content,
Throwable thrown) |
void |
debug(Enum<?> messageKey,
Object... args) |
void |
debug(Throwable thrown) |
void |
debug(Throwable error,
Enum<?> messageKey,
Object... args) |
void |
error(CharSequence content) |
void |
error(CharSequence content,
Throwable thrown) |
void |
error(Enum<?> messageKey,
Object... args) |
void |
error(Throwable thrown) |
void |
error(Throwable error,
Enum<?> messageKey,
Object... args) |
void |
info(CharSequence content) |
void |
info(CharSequence content,
Throwable thrown) |
void |
info(Enum<?> messageKey,
Object... args) |
void |
info(Throwable thrown) |
void |
info(Throwable error,
Enum<?> messageKey,
Object... args) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isInfoEnabled() |
boolean |
isLogEnabled(org.richfaces.log.Logger.Level level) |
boolean |
isWarnEnabled() |
void |
log(org.richfaces.log.Logger.Level level,
CharSequence content) |
void |
log(org.richfaces.log.Logger.Level level,
CharSequence content,
Throwable thrown) |
void |
log(org.richfaces.log.Logger.Level level,
Enum<?> messageKey,
Object... args) |
void |
log(org.richfaces.log.Logger.Level level,
Throwable thrown) |
void |
log(org.richfaces.log.Logger.Level level,
Throwable thrown,
Enum<?> messageKey,
Object... args) |
void |
warn(CharSequence content) |
void |
warn(CharSequence content,
Throwable thrown) |
void |
warn(Enum<?> messageKey,
Object... args) |
void |
warn(Throwable thrown) |
void |
warn(Throwable error,
Enum<?> messageKey,
Object... args) |
public boolean isDebugEnabled()
isDebugEnabled in interface org.richfaces.log.Loggerpublic void debug(CharSequence content)
debug in interface org.richfaces.log.Loggerpublic void debug(Enum<?> messageKey, Object... args)
debug in interface org.richfaces.log.Loggerpublic void debug(CharSequence content, Throwable thrown)
debug in interface org.richfaces.log.Loggerpublic void debug(Throwable error, Enum<?> messageKey, Object... args)
debug in interface org.richfaces.log.Loggerpublic void debug(Throwable thrown)
debug in interface org.richfaces.log.Loggerpublic boolean isInfoEnabled()
isInfoEnabled in interface org.richfaces.log.Loggerpublic void info(CharSequence content)
info in interface org.richfaces.log.Loggerpublic void info(Enum<?> messageKey, Object... args)
info in interface org.richfaces.log.Loggerpublic void info(CharSequence content, Throwable thrown)
info in interface org.richfaces.log.Loggerpublic void info(Throwable error, Enum<?> messageKey, Object... args)
info in interface org.richfaces.log.Loggerpublic void info(Throwable thrown)
info in interface org.richfaces.log.Loggerpublic boolean isWarnEnabled()
isWarnEnabled in interface org.richfaces.log.Loggerpublic void warn(CharSequence content)
warn in interface org.richfaces.log.Loggerpublic void warn(Enum<?> messageKey, Object... args)
warn in interface org.richfaces.log.Loggerpublic void warn(CharSequence content, Throwable thrown)
warn in interface org.richfaces.log.Loggerpublic void warn(Throwable error, Enum<?> messageKey, Object... args)
warn in interface org.richfaces.log.Loggerpublic void warn(Throwable thrown)
warn in interface org.richfaces.log.Loggerpublic boolean isErrorEnabled()
isErrorEnabled in interface org.richfaces.log.Loggerpublic void error(CharSequence content)
error in interface org.richfaces.log.Loggerpublic void error(Enum<?> messageKey, Object... args)
error in interface org.richfaces.log.Loggerpublic void error(CharSequence content, Throwable thrown)
error in interface org.richfaces.log.Loggerpublic void error(Throwable error, Enum<?> messageKey, Object... args)
error in interface org.richfaces.log.Loggerpublic void error(Throwable thrown)
error in interface org.richfaces.log.Loggerpublic boolean isLogEnabled(org.richfaces.log.Logger.Level level)
isLogEnabled in interface org.richfaces.log.Loggerpublic void log(org.richfaces.log.Logger.Level level,
CharSequence content)
log in interface org.richfaces.log.Loggerpublic void log(org.richfaces.log.Logger.Level level,
Enum<?> messageKey,
Object... args)
log in interface org.richfaces.log.Loggerpublic void log(org.richfaces.log.Logger.Level level,
CharSequence content,
Throwable thrown)
log in interface org.richfaces.log.Loggerpublic void log(org.richfaces.log.Logger.Level level,
Throwable thrown,
Enum<?> messageKey,
Object... args)
log in interface org.richfaces.log.Loggerpublic void log(org.richfaces.log.Logger.Level level,
Throwable thrown)
log in interface org.richfaces.log.LoggerCopyright © 2013 JBoss by Red Hat. All Rights Reserved.