Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / Logger Class / Audit Method / Audit(AuditEventType,Boolean,String,User,Int32,String) 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
A related ID to the event, if applicable
IP of the remote system causing the event
In This Topic
    Audit(AuditEventType,Boolean,String,User,Int32,String) Method
    In This Topic
    Writes an event to the audit log using the specified parameters.
    Syntax

    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
    relatedId
    A related ID to the event, if applicable
    remoteIP
    IP of the remote system causing the 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