Retrieval of Package Activity Logging Status

Retrieves the activity logging status for the specified package.

Syntax

java.lang.Boolean SUPDomainLog.getPackageLoggingStatus(packageName)

Returns

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

Examples

  • Get package activity logging status
    Boolean status=supDomainLog.getPackageLoggingStatus("mymessage:1.0");