Retrieval of Package Activity Logging Status

Retrieves the activity logging status for the specified package.

Syntax

Boolean getPackageLoggingStatus(String packageName) throws SUPAdminException;

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");