Methods
Modifier and Type |
Method and Description |
static void |
debug(Class<?> cls,
String fmt,
Object... args) |
static void |
debug(Class<?> cls,
Throwable th,
String fmt,
Object... args) |
static void |
debug(org.slf4j.Logger log,
String fmt,
Object... args) |
static void |
debug(org.slf4j.Logger log,
Throwable th,
String fmt,
Object... args) |
static void |
error(Class<?> cls,
String fmt,
Object... args) |
static void |
error(Class<?> cls,
Throwable th,
String fmt,
Object... args) |
static void |
error(org.slf4j.Logger log,
String fmt,
Object... args) |
static void |
error(org.slf4j.Logger log,
Throwable th,
String fmt,
Object... args) |
static void |
info(Class<?> cls,
String fmt,
Object... args) |
static void |
info(Class<?> cls,
Throwable th,
String fmt,
Object... args) |
static void |
info(org.slf4j.Logger log,
String fmt,
Object... args) |
static void |
info(org.slf4j.Logger log,
Throwable th,
String fmt,
Object... args) |
static void |
trace(Class<?> cls,
String fmt,
Object... args) |
static void |
trace(Class<?> cls,
Throwable th,
String fmt,
Object... args) |
static void |
trace(org.slf4j.Logger log,
String fmt,
Object... args) |
static void |
trace(org.slf4j.Logger log,
Throwable th,
String fmt,
Object... args) |
static void |
warn(Class<?> cls,
String fmt,
Object... args) |
static void |
warn(Class<?> cls,
Throwable th,
String fmt,
Object... args) |
static void |
warn(org.slf4j.Logger log,
String fmt,
Object... args) |
static void |
warn(org.slf4j.Logger log,
Throwable th,
String fmt,
Object... args) |