Logging Plug-in Overview

banner art

Previous Next

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)

See Also (Visual Basic .NET)

See Also (C#)

See Also (C++)

Previous Next