IActionLogWriteAsync Method
            Writes an entry to the action log
            
Namespace: InnerDrive.LoggingAssembly: InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.2.9417.0
Task WriteAsync(
	string featureName,
	string action,
	string userName,
	ActionLogResult logResult,
	string? id = null,
	string? description = null,
	CancellationToken cancellationToken = default
)
- featureName  String
 - The feature being accessed
 - action  String
 - The action being attempted
 - userName  String
 - The user performing the action
 - logResult  ActionLogResult
 - The logResult of the action
 - id  String  (Optional)
 - The ID of the item being accessed
 - description  String  (Optional)
 - An optional description
 - cancellationToken  CancellationToken  (Optional)
 - A CancellationToken controlling the request lifetime
 
Task