| Constructor and Description |
|---|
PrinterSet(Printer... printers)
Constructor, pass printers in and will use all these printers to print the same logs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
println(int logLevel,
java.lang.String tag,
java.lang.String msg)
Print log in new line.
|
public PrinterSet(Printer... printers)
printers - the printers used to print the same logs