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 |
debug(Object content) |
static void |
debug(String label,
Object content) |
static void |
error(Object content) |
static void |
error(String label,
Object content) |
static void |
greenln(Object txt) |
static void |
info(Object content) |
static void |
info(String label,
Object content) |
static void |
purpleln(String txt) |
static void |
redln(Object txt) |
static void |
warn(Object content) |
static void |
warn(String label,
Object content) |
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(String txt)
public static void yellowln(Object txt)
public static void debug(Object content)
public static void info(Object content)
public static void warn(Object content)
public static void error(Object content)
Copyright © 2021. All rights reserved.