Websydian v6.1 online documentationOnline documentation - Websydian v6.1

Abstract.WebShell Function

The WebShell pattern contains the Audit logging subroutine which can be used by functions that is to create records in the Log table.

Before calling the Audit logging subroutine, the values of the SessionID, LogTypeKind, LogTypeID, and LogDescription fields in the AuditLog variable need to be set.  The subroutine then will initialize the CreatedDate, CreatedTime, and RequestNo fields before creating a new Log record.

All Websydian functions using the Audit functionality will inherit from the Abstract.WebShell pattern.

Inheritance

WSYBASE/WebShell