WebMessageAddDetail(String, String) Method

Adds a name-value detail item to the list of details in the message.

Definition

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

Parameters

key  String
The name of the detail to add.
value  String
The text of the detail to add.

Implements

IDetailedMessageAddDetail(String, String)

See Also