IDetailedMessageAddDetail Method

Adds a detail to the list of details.

Definition

Namespace: InnerDrive.Logging
Assembly: InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.2.9017.0
C#
void AddDetail(
	string key,
	string? value
)

Parameters

key  String
A unique value identifying the detail.
value  String
The detail itself.

See Also