| Interface | Description |
|---|---|
| Printer |
A printer is used for printing the log to somewhere, like android shell, terminal
or file system.
|
| Class | Description |
|---|---|
| AndroidPrinter |
Log
Printer using Log. |
| ConsolePrinter |
Log
Printer using System.out.println(String). |
| PrinterSet |
Represents a group of Printers that should used to print logs in the same time, each printer
may probably print the log to different place.
|
| RemotePrinter |
Log
Printer which should print the log to remote server. |
| SystemPrinter | Deprecated
use
ConsolePrinter instead, since 1.3.0 |