IActionLogLogChangesAsync Method
            Logs a record of changes to an object
            
Namespace: InnerDrive.LoggingAssembly: InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.2.9417.0
Task LogChangesAsync(
	string featureName,
	string action,
	string userName,
	string id,
	Object original,
	Object revised,
	CancellationToken cancellationToken = default
)
- featureName  String
 - The feature being accessed
 - action  String
 - The action being attempted
 - userName  String
 - The user performing the action
 - id  String
 - The ID of the item being accessed
 - original  Object
 - The object's original state
 - revised  Object
 - The object's new state
 - cancellationToken  CancellationToken  (Optional)
 - A CancellationToken controlling the request lifetime
 
Task