Retrieval of Log Purge Time Threshold

Retrieves the time threshold (in number of days) after which domain log data is automatically purged.

Syntax

java.lang.Integer SUPDomainLog.getLogPurgeTimeThreshold()

Returns

If successful, returns an object of the specified type (can be null). If unsuccessful, returns SUPAdminException.

Examples

  • Get log purge time threshold
    domainLog.getLogPurgeTimeThreshold();