Logging Plug-in Interfaces

banner art

Previous Next

Logging Plug-in Interfaces

The following table identifies the interfaces used to create a logging plug-in. Because a logging plug-in is an event notification plug-in, you must implement the IWMSEventNotificationPlugin interface.

Interface Description
IWMSBasicPlugin Contains methods to initialize, enable, and shut down a plug-in. It is recommended that all custom plug-ins implement this interface.
IWMSEventNotificationPlugin Contains a method that you can override to handle an event raised by the server and a method to specify an array of the events that can be handled by the plug-in. This interface is implemented by an event notification plug-in and called by the server.

See Also (General)

See Also (Visual Basic .NET)

See Also (C#)

See Also (C++)

Previous Next