Package com.ooyala.pulse
Interface LogListener
public interface LogListener
Accepts log messages from
AdRequester
and Tracker
.
Implement this and pass to AdRequester.addLogListener(LogListener)
and/or Tracker.addLogListener(LogListener)
to receive log messages.-
Method Summary
-
Method Details
-
onLog
Called whenever the object this listener is attached to emits a log message.- Parameters:
logItem
- An item containing information on the logged message.
-