public class ColorConsoleConfig
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ANSIColorFormatter |
static java.lang.String |
SimpleFormatter |
| Constructor and Description |
|---|
ColorConsoleConfig() |
| Modifier and Type | Method and Description |
|---|---|
static void |
configure(java.util.Properties props) |
static void |
setAsJavaUtilLoggingHandler() |
static void |
setFormatter(java.lang.String formatter) |
static void |
setLevel(org.slf4j.event.Level level) |
public static final java.lang.String ANSIColorFormatter
public static final java.lang.String SimpleFormatter