Inner Drive Extensible Architecture
C#
Show/Hide TOC
Web
Message
Add
Detail(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#
Copy
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
IDetailedMessage
AddDetail(String, String)
See Also
Reference
WebMessage Class
AddDetail Overload
InnerDrive.Logging Namespace
In This Article
Definition
Parameters
Implements
See Also