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 |
enableDiagnose(boolean enable) |
static void |
error(String msg,
Object... args) |
static void |
resetLogLevel() |
static void |
setDefaultLevel(LogUtil.LogLevel level) |
static void |
verbose(String msg,
Object... args) |
static void |
warn(String msg,
Object... args) |
public static void enableDiagnose(boolean enable)
public static void setDefaultLevel(LogUtil.LogLevel level)
public static void resetLogLevel()
Copyright © 2021. All rights reserved.