Inner Drive Extensible Architecture
C#
Show/Hide TOC
IAction
Log 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#
Copy
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
Reference
InnerDrive.Logging Namespace
In This Article
Definition
Methods
See Also