public class PrintUtil extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
ANSI_BLACK |
static String |
ANSI_BLUE |
static String |
ANSI_CYAN |
static String |
ANSI_GREEN |
static String |
ANSI_PURPLE |
static String |
ANSI_RED |
static String |
ANSI_RESET |
static String |
ANSI_WHITE |
static String |
ANSI_YELLOW |
| 构造器和说明 |
|---|
PrintUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
blackln(Object txt) |
static void |
blueln(Object txt) |
static void |
colorln(String color,
Object s) |
static void |
debug(Object content)
已过时。
1.10
|
static void |
debug(String label,
Object content)
已过时。
1.10
|
static void |
error(Object content)
已过时。
1.10
|
static void |
error(String label,
Object content)
已过时。
1.10
|
static void |
greenln(Object txt) |
static void |
info(Object content)
已过时。
1.10
|
static void |
info(String label,
Object content)
已过时。
1.10
|
static void |
purpleln(Object txt) |
static void |
redln(Object txt) |
static void |
warn(Object content)
已过时。
1.10
|
static void |
warn(String label,
Object content)
已过时。
1.10
|
static void |
yellowln(Object txt) |
public static void blackln(Object txt)
public static void redln(Object txt)
public static void blueln(Object txt)
public static void greenln(Object txt)
public static void purpleln(Object txt)
public static void yellowln(Object txt)
@Deprecated public static void debug(Object content)
@Deprecated public static void debug(String label, Object content)
@Deprecated public static void info(Object content)
@Deprecated public static void info(String label, Object content)
@Deprecated public static void warn(Object content)
@Deprecated public static void warn(String label, Object content)
@Deprecated public static void error(Object content)
@Deprecated public static void error(String label, Object content)
Copyright © 2022. All rights reserved.