
Use the ICIServer interface LogRotation property to retrieve or set the amount of time before a new log is started.
You can choose from no rotation or three different lengths of time.
Signature:
HRESULT LogRotation([out, retval] int *pVal);
HRESULT LogRotation([in] int newVal);
0 = Never
1 = Daily
2 = Weekly
3 = Monthly
|
|
You must restart the server to complete any change to the log rotation period. |