ILogUIPlugin Interface

The ILogUIPlugin COM interface allows IIS to configure the logging user interface module that you have created or selected for use with your custom logging module. ILogUIPlugin inherits from the COM IUnknown interface, and defines one unique method.

Method Description
ILogUIPlugin::OnProperties Invoked when an administrator accesses the properties associated with your custom logging module

All interface, function, and data structure definitions are provided in the header file ilogobj.h and logtype.h. Both header files must be included.