public class LogUtil extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LogUtil.LogLevel |
| Constructor and Description |
|---|
LogUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
diagnose(String msg,
Object... args) |
static void |
error(String msg,
Object... args) |
static boolean |
isVerboseEnabled()
a pre-check method for reduce verbose parameter calculation
|
static void |
resetLogLevel() |
static void |
setDefaultLevel(LogUtil.LogLevel level) |
static void |
setLevel(LogUtil.LogLevel level) |
static void |
verbose(String msg,
Object... args) |
static void |
warn(String msg,
Object... args) |
public static boolean isVerboseEnabled()
public static void setLevel(LogUtil.LogLevel level)
public static void setDefaultLevel(LogUtil.LogLevel level)
public static void resetLogLevel()
Copyright © 2021. All rights reserved.