Package com.ooyala.pulse
Class LogItem
java.lang.Object
com.ooyala.pulse.LogItem
Passed to
LogListener.onLog(LogItem)
under certain
abnormal conditions (warnings, potential errors, and the like).-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Describes the event which triggered the log item.static enum
Describes the source of this log item. -
Method Summary
Modifier and TypeMethodDescriptiongetError()
Gets the error associated with the event.getEvent()
Gets the event which triggered the log item.Gets the source of the log item.In case of a failed third party request, gets path of third party ads fetched until an error occurred; only relevant when source isAD
.toString()
-
Method Details
-
getEvent
Gets the event which triggered the log item.- Returns:
- The event.
-
getSource
Gets the source of the log item.- Returns:
- The source of the log item.
-
getError
Gets the error associated with the event.- Returns:
- The error.
-
getThirdPartySourceURLs
In case of a failed third party request, gets path of third party ads fetched until an error occurred; only relevant when source isAD
.- Returns:
- The list of third party URLs loaded.
-
toString
-