com.urbanairship.LoggerListener |
Listener interface for the Airship logger.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
onLog(int priority, Throwable throwable, String message)
Called when a message is logged.
|
Called when a message is logged.
priority | The log priority. |
---|---|
throwable | An optional throwable. |
message | The message. |