Setting of Log Purge Time Threshold

Sets the log purge time threshold for the domain.

Syntax

void SUPDomainLog.setLogPurgeTimeThreshold(days)

Returns

If successful, returns silently. If unsuccessful, returns SUPAdminException.

Examples

  • Set log purge time threshold – sets the log purge time threshold for the domain to seven days:
    domainLog.setLogPurgeTimeThreshold(7);