public class FmtLog extends Object
| Constructor and Description |
|---|
FmtLog() |
| Modifier and Type | Method and Description |
|---|---|
static void |
debug(org.slf4j.Logger log,
String fmt,
Object... args) |
static void |
error(org.slf4j.Logger log,
String fmt,
Object... args) |
static void |
info(org.slf4j.Logger log,
String fmt,
Object... args) |
static void |
trace(org.slf4j.Logger log,
String fmt,
Object... args) |
static void |
warn(org.slf4j.Logger log,
String fmt,
Object... args) |
Licenced under the Apache License, Version 2.0