Retrieval of Domain Activity Logging Status

Retrieves the activity logging status for the domain.

Syntax

Boolean getDomainLoggingStatus() throws SUPAdminException;

Returns

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

Examples

  • Get activity logging status
    domainLog.getDomainLoggingStatus();