interface LoggingService extends Service
| Modifier and Type | Method and Description |
|---|---|
void |
logEvent(StoredException storedException,
retrofit.Callback<java.lang.Object> callback)
Send data about the given exception.
|
void |
logEvent(java.lang.String message)
Send single log file line.
|
enable, getServiceType, isEnabledvoid logEvent(StoredException storedException, retrofit.Callback<java.lang.Object> callback)
storedException - Exception data to send.callback - Retrofit callback to execute after data is sent.void logEvent(java.lang.String message)
message - Log message to send.