IActionLog Interface

Defines the members and methods of a user-action auditing component

Definition

Namespace: InnerDrive.Logging
Assembly: InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.2.9017.0
C#
public interface IActionLog

Methods

FindAsync Finds the user action log entries in the specified range, optionally matching a username or ID
LogChangesAsync Logs a record of changes to an object
WriteAsync Writes an entry to the action log

See Also