Creating a Logging User Interface Module

When you create your own custom logging module, you have three user interface options:

You are not restricted to performing any set tasks in your user interface module.

    To create and install a logging user interface module

If you decide to create a new user interface module, you should implement the module in a DLL separate from the logging module. Also, the UI module must be resident and registered on the machine on which Internet Service Manager is running. This requirement is particularly important if you intend to administer your custom logging module remotely; the logging module itself can be running on a remote machine, but the logging UI module must be local.