public class SimpleLogger extends Object
| Constructor and Description |
|---|
SimpleLogger() |
| Modifier and Type | Method and Description |
|---|---|
static void |
logError(String message) |
static void |
logError(String message,
Exception exception) |
static void |
logFatal(String message) |
static void |
logFatal(String message,
Exception exception) |
static void |
logInfo(String message) |
static void |
logInfo(String message,
Exception exception) |
static void |
logWarn(String message) |
static void |
logWarn(String message,
Exception exception) |