public class JBossLoggingLogger extends Object implements org.wildfly.swarm.bootstrap.logging.BackingLogger
| Constructor and Description |
|---|
JBossLoggingLogger(org.jboss.logging.Logger logger) |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(Object message) |
void |
error(Object message) |
void |
error(Object message,
Throwable t) |
Object |
getLevel() |
void |
info(Object message) |
boolean |
isDebugEnabled() |
boolean |
isTraceEnabled() |
void |
trace(Object message) |
void |
warn(Object message) |
public Object getLevel()
getLevel in interface org.wildfly.swarm.bootstrap.logging.BackingLoggerpublic boolean isDebugEnabled()
isDebugEnabled in interface org.wildfly.swarm.bootstrap.logging.BackingLoggerpublic boolean isTraceEnabled()
isTraceEnabled in interface org.wildfly.swarm.bootstrap.logging.BackingLoggerpublic void trace(Object message)
trace in interface org.wildfly.swarm.bootstrap.logging.BackingLoggerpublic void debug(Object message)
debug in interface org.wildfly.swarm.bootstrap.logging.BackingLoggerpublic void info(Object message)
info in interface org.wildfly.swarm.bootstrap.logging.BackingLoggerpublic void warn(Object message)
warn in interface org.wildfly.swarm.bootstrap.logging.BackingLoggerpublic void error(Object message)
error in interface org.wildfly.swarm.bootstrap.logging.BackingLoggerpublic void error(Object message, Throwable t)
error in interface org.wildfly.swarm.bootstrap.logging.BackingLoggerCopyright © 2016 JBoss by Red Hat. All rights reserved.