public class Log extends Object
debug(String)
,
debug(String, Throwable)
,
warn(String)
,
warn(String, Throwable)
,
error(String)
,
error(String, Throwable)
Modifier and Type | Class and Description |
---|---|
static class |
Log.Config
日志配置
|
static class |
Log.Level
日志级别
|
Constructor and Description |
---|
Log() |
Modifier and Type | Method and Description |
---|---|
static void |
debug(String msg) |
static void |
debug(String msg,
Throwable t) |
static void |
error(String msg) |
static void |
error(String msg,
Throwable t) |
static void |
warn(String msg) |
static void |
warn(String msg,
Throwable t) |
Copyright © 2021. All rights reserved.