Microsoft Internet Security and Acceleration Server 2004 SDK

DeleteOldLogsOnLimitExceeded Property of IFPCLog[C++]

FPCLog.DeleteOldLogsOnLimitExceeded [Visual Basic]

[C++]

The DeleteOldLogsOnLimitExceeded property gets or sets a Boolean value that indicates whether old log files will be deleted to maintain the total log size below the maximum allowed value, or to maintain the amount of free disk space above the required minimum.

HRESULT get_DeleteOldLogsOnLimitExceeded(
  VARIANT_BOOL* pfDeleteOldLogsOnLimitExceeded
);

HRESULT put_DeleteOldLogsOnLimitExceeded(
  VARIANT_BOOL fDeleteOldLogsOnLimitExceeded
);

Parameters

pfDeleteOldLogsOnLimitExceeded
Pointer to a Boolean variable that is set on return to VARIANT_TRUE if old log files will be deleted to maintain the total log size below the maximum allowed value, or to maintain the amount of free disk space above the required minimum, or to VARIANT_FALSE if no new log entries will be stored when these limits are violated.
fDeleteOldLogsOnLimitExceeded
Boolean value that indicates whether old log files will be deleted to maintain the total log size below the maximum allowed value, or to maintain the amount of free disk space above the required minimum.

Return Values

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read/write. Its default value is VARIANT_TRUE.

This property is applicable only to Firewall service and Web Proxy logging, and not to SMTP Message Screener logging.

[Visual Basic]

The DeleteOldLogsOnLimitExceeded property gets or sets a Boolean value that indicates whether old log files will be deleted to maintain the total log size below the maximum allowed value, or to maintain the amount of free disk space above the required minimum.

Property DeleteOldLogsOnLimitExceeded As Boolean

Property Value

Boolean value that indicates whether old log files will be deleted to maintain the total log size below the maximum allowed value, or to maintain the amount of free disk space above the required minimum.

Remarks

This property is read/write. Its default value is True.

This property is applicable only to Firewall service and Web Proxy logging, and not to SMTP Message Screener logging.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCLog