Share via


WMS_EVENT_REMOTE_CACHE_LOG

banner art

Previous Next

WMS_EVENT_REMOTE_CACHE_LOG

This event is raised for one of the following reasons:

  • A player has submitted a rendering log upstream to indicate that it has played a file from its local cache.
  • A cache proxy server has submitted a remote log upstream to indicate that it has streamed a file to a client from cache.
  • A cache proxy server has submitted a log upstream to indicate that it has proxied content from an upstream server to a downstream client.

If you are writing a custom logging plug-in, you must register to receive this event notice in order to receive either the rendering log or the remote log from a downstream client. A logging plug-in can also register to receive the WMS_EVENT_LOG event. For more information, see Creating Logging Plug-ins.

  • Note   Because the remote event can be submitted by a downstream client, there is no way to guarantee its accuracy or validity.

See Also

Previous Next