Methods
Modifier and Type |
Method and Description |
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(org.slf4j.Logger log,
String fmt,
Object... args) |
static void |
error(org.slf4j.Logger log,
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(org.slf4j.Logger log,
String fmt,
Object... args) |
static void |
trace(org.slf4j.Logger log,
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) |