Package com.elvishew.xlog.printer
Class PrinterSet
- java.lang.Object
-
- com.elvishew.xlog.printer.PrinterSet
-
-
Constructor Summary
Constructors Constructor Description PrinterSet(Printer... printers)Constructor, pass printers in and will use all these printers to print the same logs.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprintln(int logLevel, java.lang.String tag, java.lang.String msg)Print log in new line.
-
-
-
Constructor Detail
-
PrinterSet
public PrinterSet(Printer... printers)
Constructor, pass printers in and will use all these printers to print the same logs.- Parameters:
printers- the printers used to print the same logs
-
-