Purge Client Log

Purges the client log at the package level. The purge can be done synchronously or asynchronously.

Syntax

void purgeClientLog(ClientLogPurgeOptionVO purgeOption, Boolean synchronous) throws SUPAdminException;

Returns

If successful, purges the client log using current settings. If unsuccessful, returns SUPAdminException.

Examples