public class RemotePrinter extends java.lang.Object implements Printer
Printer which should print the log to remote server.
This is just a empty implementation telling you that you can do
such thing, you can override println(int, String, String) )} and sending the log by your
implementation.
| Constructor and Description |
|---|
RemotePrinter() |
| Modifier and Type | Method and Description |
|---|---|
void |
println(int logLevel,
java.lang.String tag,
java.lang.String msg)
Print log in new line.
|