Retrieval of Domain Activity Logging Status

Retrieves the activity logging status for the domain.

Syntax

java.lang.Boolean SUPDomainLog.getDomainLoggingStatus()

Returns

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

Examples

  • Get activity logging status
    domainLog.getDomainLoggingStatus();