| Modifier and Type | Field and Description |
|---|---|
static int |
DEBUG |
static int |
ERROR |
static int |
INFO |
static int |
OFF |
static int |
WARNING |
| Constructor and Description |
|---|
ConsoleLog(Class<?> clazz) |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String msg) |
void |
error(String msg) |
void |
error(String msg,
Throwable t) |
static int |
getLogLevel() |
static String |
getStackTrace(Throwable t) |
void |
info(String msg) |
static boolean |
isLogHead() |
static void |
setLogHead(boolean logHead) |
static void |
setLogLevel(int logLevel) |
void |
warn(String msg) |
void |
warn(String msg,
Throwable t) |
public static final int OFF
public static final int ERROR
public static final int WARNING
public static final int INFO
public static final int DEBUG
public ConsoleLog(Class<?> clazz)
Copyright © 2022. All rights reserved.