Editing the Server Log Type (LogType)

Use the ICIServer interface LogType property to retrieve or set the server's log format. You can choose no log, or you can choose to generate a log in one of three formats.

Signature:

HRESULT LogType([out, retval] int *pVal);

HRESULT LogType([in] int newVal);

2 = W3C

3 = IIS

4 = NCSA

5 = No logging

icon_info.gif

You must restart the server for any changes to the log format to take effect.