Class LogItem

java.lang.Object
com.ooyala.pulse.LogItem

public class LogItem extends Object
Passed to LogListener.onLog(LogItem) under certain abnormal conditions (warnings, potential errors, and the like).
  • Method Details

    • getEvent

      public LogItem.Event getEvent()
      Gets the event which triggered the log item.
      Returns:
      The event.
    • getSource

      public LogItem.Source getSource()
      Gets the source of the log item.
      Returns:
      The source of the log item.
    • getError

      public Error getError()
      Gets the error associated with the event.
      Returns:
      The error.
    • getThirdPartySourceURLs

      public List<URL> getThirdPartySourceURLs()
      In case of a failed third party request, gets path of third party ads fetched until an error occurred; only relevant when source is AD.
      Returns:
      The list of third party URLs loaded.
    • toString

      public String toString()
      Overrides:
      toString in class Object