public class PrintUtil extends Object
| 构造器和说明 |
|---|
PrintUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
black(String txt) |
static void |
blackln(Object txt) |
static void |
blue(String 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 |
green(String txt) |
static void |
greenln(Object txt) |
static void |
info(Object content) |
static void |
info(String label,
Object content) |
static void |
purple(String txt) |
static void |
red(String txt) |
static void |
redln(Object txt) |
static void |
wran(Object content) |
static void |
wran(String label,
Object content) |
static void |
yellow(String txt) |
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 yellowln(Object txt)
public static void black(String txt)
public static void red(String txt)
public static void blue(String txt)
public static void purple(String txt)
public static void green(String txt)
public static void yellow(String txt)
public static void debug(Object content)
public static void info(Object content)
public static void wran(Object content)
public static void error(Object content)
Copyright © 2021. All rights reserved.