public class Client extends Object
| 构造器和说明 |
|---|
Client() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
debug(String val)
Print val with debug level
|
static void |
error(String val)
Print val with error level
|
static void |
info(String val)
Print val with info level
|
static void |
log(String val)
Print val with log level
|
static void |
warning(String val)
Print val with warning level
|
public static void log(String val) throws Exception
val - the printing stringExceptionpublic static void info(String val) throws Exception
val - the printing stringExceptionpublic static void warning(String val) throws Exception
val - the printing stringExceptionpublic static void debug(String val) throws Exception
val - the printing stringExceptionCopyright © 2020. All rights reserved.