Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / Logger Class / Audit Method / Audit(AuditEventType,Boolean,String,User) Method
The type of the audit event
Indicates whether the event was successful
A brief explanation of the event
The user causing the audit event
In This Topic
    Audit(AuditEventType,Boolean,String,User) Method
    In This Topic
    Writes an event to the audit log using the specified parameters.
    Syntax
    public static void Audit( 
       AuditEventType eventType,
       bool successful,
       string comment,
       User user
    )

    Parameters

    eventType
    The type of the audit event
    successful
    Indicates whether the event was successful
    comment
    A brief explanation of the event
    user
    The user causing the audit event
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also