Logging Plug-in Overview
A logging plug-in is an event notification plug-in that handles the WMS_EVENT_LOG or WMS_EVENT_REMOTE_CACHE_LOG event notices. Logging plug-ins must therefore implement the GetHandledEvents and the OnEvent methods on the IWMSEventNotificationPlugin interface. For more information about event notification plug-ins in general, see Creating Event Notification Plug-ins. The following sections discuss concepts that differentiate logging plug-ins from regular event notification plug-ins.
See Also (General)
WMS_EVENT_LOG
WMS_EVENT_REMOTE_CACHE_LOG
See Also (Visual Basic .NET)
IWMSEventNotificationPlugin.GetHandledEventsIWMSEventNotificationPlugin.GetHandledEvents (Visual Basic .NET)
IWMSEventNotificationPlugin.OnEventIWMSEventNotificationPlugin.OnEvent (Visual Basic .NET)
See Also (C#)
IWMSEventNotificationPlugin.GetHandledEventsIWMSEventNotificationPlugin.GetHandledEvents (C#)
IWMSEventNotificationPlugin.OnEventIWMSEventNotificationPlugin.OnEvent (C#)
See Also (C++)
IWMSEventNotificationPlugin::GetHandledEvents
IWMSEventNotificationPlugin::OnEvent