public static interface ILogglyClient.Callback
| Modifier and Type | Method and Description |
|---|---|
void |
failure(String error)
Function to be called when the log request failed
|
void |
success()
Function to be called when the log request was successfully sent to Loggly
|
void success()
void failure(String error)
error - message details about the failureCopyright © 2015. All rights reserved.