public abstract class Logger extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
LOGGER
.
|
static int |
SLF_1_5
.
|
static int |
SLF_1_6
.
|
| Constructor and Description |
|---|
Logger() |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(Object msg) |
void |
debug(Object msg,
Throwable throwable) |
protected abstract void |
doLog(LogLevel level,
Object msg,
Object[] argArray,
Throwable throwable) |
void |
error(Object msg) |
void |
error(Object msg,
Throwable throwable) |
protected abstract org.slf4j.Logger |
getDelegate() |
String |
getName() |
void |
info(Object msg) |
void |
info(Object msg,
Throwable throwable) |
boolean |
isDebugEnabled() |
boolean |
isEnabled(LogLevel level) |
boolean |
isErrorEnabled() |
boolean |
isInfoEnabled() |
boolean |
isTraceEnabled() |
boolean |
isWarnEnabled() |
void |
log(LogLevel level,
Object msg) |
void |
log(LogLevel level,
Object msg,
Throwable throwable) |
String |
toString() |
void |
trace(Object msg) |
void |
trace(Object msg,
Throwable throwable) |
void |
warn(Object msg) |
void |
warn(Object msg,
Throwable throwable) |
public static final int SLF_1_5
public static final int SLF_1_6
public static final int LOGGER
protected abstract void doLog(LogLevel level, Object msg, Object[] argArray, Throwable throwable)
protected abstract org.slf4j.Logger getDelegate()
public final String getName()
public final boolean isEnabled(LogLevel level)
public final boolean isTraceEnabled()
public final void trace(Object msg)
public final boolean isDebugEnabled()
public final void debug(Object msg)
public final boolean isInfoEnabled()
public final void info(Object msg)
public final boolean isWarnEnabled()
public final void warn(Object msg)
public final boolean isErrorEnabled()
public final void error(Object msg)
Copyright © 2026 JBoss by Red Hat. All Rights Reserved.