IActionLogWriteAsync Method

Writes an entry to the action log

Definition

Namespace: InnerDrive.Logging
Assembly: InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.2.9017.0
C#
Task WriteAsync(
	string featureName,
	string action,
	string userName,
	ActionLogResult logResult,
	string? id = null,
	string? description = null
)

Parameters

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

Return Value

Task

See Also