Log Deletion

Truncates a server log.

Syntax

void deleteLog() throws SUPAdminException;

Returns

If successful, returns silently. If unsuccessful, returns SUPAdminException.

Examples

  • Deletion
    supServerLog.deleteLog();