public interface LoggingManager
| Modifier and Type | Method and Description |
|---|---|
void |
addLog(ExternalLog log) |
void |
flushAndWait()
Send logs from LoggingCache to server, and empty LoggingCache
|
void |
flushLoggingStore()
Read logs from the file, delete the file and send the logs to the server
|
void addLog(ExternalLog log)
void flushAndWait()
void flushLoggingStore()