|
This online help file is for EFT Server version 6.2.x. For other versions of EFT Server, please refer to http://help.globalscape.com/help/index.html. (If the Index and Contents are hidden, click Show Contents pane in the top left corner of this topic.) |
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
|
You must restart the server for any changes to the log format to take effect. |