IDetailedMessageAddDetail Method
Adds a detail to the list of details.
Namespace: InnerDrive.LoggingAssembly: InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.2.9017.0
void AddDetail(
string key,
string? value
)
Parameters
- key String
- A unique value identifying the detail.
- value String
- The detail itself.