Adding a Logging Module

In order for your logging module to be available through the IIS administrative user interface, you should add it to the /LM/LOGGING path of the metabase. You should give the key the same name as the custom logging module, and it should contain two values: MD_LOG_PLUGIN_MOD_ID and MD_LOG_PLUGIN_UI_ID. MD_LOG_PLUGIN_MOD_ID should contain a string that represents the custom module's GUID, and MD_LOG_PLUGIN_UI_ID should contain a string that represents the GUID of the custom module's user interface.

If you use a script to add a logging module to the /LM/LOGGING path, you should add the GUID for the log module to the LogModuleList automation property.

For more information on using scripts to administer IIS, see Using the IIS Admin Objects.

Note  The logging module must be resident and registered on the server machine.