IActionLogWriteAsync Method
Writes an entry to the action log
Namespace: InnerDrive.LoggingAssembly: InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.2.9017.0
Task WriteAsync(
string featureName,
string action,
string userName,
ActionLogResult logResult,
string? id = null,
string? description = null
)
- 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
Task