public class LogSender
extends java.lang.Object
NetworkCommunication.sendLogs(boolean)
.Constructor and Description |
---|
LogSender(NetworkCommunication networkCommunication,
java.lang.String logLocation) |
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Dispose of the thread handling sending of messages.
|
boolean |
getSend()
Whether we have logging enabled
|
void |
setSend(boolean send_enabled) |
public LogSender(NetworkCommunication networkCommunication, java.lang.String logLocation)
public void setSend(boolean send_enabled)
send_enabled
- true to start sending log messages to the controller.public boolean getSend()
public void dispose()